#AF9DCA

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

Shades of Biloba Flower #AF9DCA

Tints of Biloba Flower #AF9DCA

Color information

#AF9DCA (or 0xAF9DCA) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and CA. RGB value is (175,157,202). Sum of RGB (Red+Green+Blue) = 175+157+202=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF9DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DCA is #506235. Grayscale: #A7A7A7. Windows color (decimal): -5268022 or 13278639. OLE color: 13278639.

HSL color Cylindrical-coordinate representation of color #AF9DCA: hue angle of 264º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF9DCA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175157202-
CMYK0.130.2200.21
HSL264º29.8%70.39%-
HSV(B)264º22.28%79.22%-
XYZ40.437.4960.98-
YUV167.51147.46133.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=32.77%
G=29.40%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751572020.130.2200.2126429.870.39
HexAF9DCAD160151081e46
Octal257235312152602541036106
Binary101011111001110111001010110110110010101100001000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DCA; }

 p { color: rgb(175,157,202); }

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

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

 a { background-color: rgb(175,157,202); }

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

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

 span { border-color: rgb(175,157,202); }

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