#A98DCD

Color #A98DCD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A98DCD

Tints of Biloba Flower #A98DCD

Color information

#A98DCD (or 0xA98DCD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8D and CD. RGB value is (169,141,205). Sum of RGB (Red+Green+Blue) = 169+141+205=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCD is #567232. Grayscale: #9C9C9C. Windows color (decimal): -5665331 or 13471145. OLE color: 13471145.

HSL color Cylindrical-coordinate representation of color #A98DCD: hue angle of 266.25º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98DCD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169141205-
CMYK0.180.3100.20
HSL266.25º39.02%67.84%-
HSV(B)266.25º31.22%80.39%-
XYZ36.9131.8961.97-
YUV156.67155.28136.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 141 (55.47% from 255) = 27.38%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=32.82%
G=27.38%
B=39.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691412050.180.3100.20266.2539.0267.84
HexA98DCD121F01410a2744
Octal251215315223702441247104
Binary10101001100011011100110110010111110101001000010101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98DCD; }

 p { color: rgb(169,141,205); }

 H1.HeaderClassName
 {
   color: #A98DCD;
 }
 .AnyTagClassName
 {
   color: #A98DCD;
 }
</style>
background-color css

<style>
 a { background-color: #A98DCD; }

 a { background-color: rgb(169,141,205); }

 div.DivClassName
 {
   background-color: #A98DCD;
 }
 .BgClassName
 {
   background-color: #A98DCD;
 }
</style>
border-color css

<style>
 span { border-color: #A98DCD; }

 span { border-color: rgb(169,141,205); }

 td.TdClassName
 {
   border-color: #A98DCD;
 }
 .TagClassName
 {
   border-color: #A98DCD;
 }
</style>