#A98CCD

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

Shades of Biloba Flower #A98CCD

Tints of Biloba Flower #A98CCD

Color information

#A98CCD (or 0xA98CCD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and CD. RGB value is (169,140,205). Sum of RGB (Red+Green+Blue) = 169+140+205=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CCD is #567332. Grayscale: #9B9B9B. Windows color (decimal): -5665587 or 13470889. OLE color: 13470889.

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

Color convert

RGB169140205-
CMYK0.180.3200.20
HSL266.77º39.39%67.65%-
HSV(B)266.77º31.71%80.39%-
XYZ36.7631.661.92-
YUV156.08155.61137.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.88%
GREEN value IS 140 (55.08% from 255) = 27.24%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=32.88%
G=27.24%
B=39.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691402050.180.3200.20266.7739.3967.65
HexA98CCD122001410b2744
Octal251214315224002441347104
Binary101010011000110011001101100101000000101001000010111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CCD; }

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

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

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

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

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

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

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

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