#AF9CD4

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

Shades of Biloba Flower #AF9CD4

Tints of Biloba Flower #AF9CD4

Color information

#AF9CD4 (or 0xAF9CD4) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and D4. RGB value is (175,156,212). Sum of RGB (Red+Green+Blue) = 175+156+212=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF9CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CD4 is #50632B. Grayscale: #A7A7A7. Windows color (decimal): -5268268 or 13933743. OLE color: 13933743.

HSL color Cylindrical-coordinate representation of color #AF9CD4: hue angle of 260.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9CD4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175156212-
CMYK0.170.2600.17
HSL260.36º39.44%72.16%-
HSV(B)260.36º26.42%83.14%-
XYZ41.4537.6467.37-
YUV168.06152.79132.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 212 (83.20% from 255) = 39.04%
R=32.23%
G=28.73%
B=39.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751562120.170.2600.17260.3639.4472.16
HexAF9CD4111A0111042748
Octal257234324213202140447110
Binary10101111100111001101010010001110100100011000001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CD4; }

 p { color: rgb(175,156,212); }

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

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

 a { background-color: rgb(175,156,212); }

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

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

 span { border-color: rgb(175,156,212); }

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