#AF9CEC

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

Shades of Biloba Flower #AF9CEC

Tints of Biloba Flower #AF9CEC

Color information

#AF9CEC (or 0xAF9CEC) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and EC. RGB value is (175,156,236). Sum of RGB (Red+Green+Blue) = 175+156+236=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF9CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CEC is #506313. Grayscale: #AAAAAA. Windows color (decimal): -5268244 or 15506607. OLE color: 15506607.

HSL color Cylindrical-coordinate representation of color #AF9CEC: hue angle of 254.25º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF9CEC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175156236-
CMYK0.260.3400.07
HSL254.25º67.8%76.86%-
HSV(B)254.25º33.9%92.55%-
XYZ44.7138.9584.52-
YUV170.8164.79131-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.86%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=30.86%
G=27.51%
B=41.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751562360.260.3400.07254.2567.876.86
HexAF9CEC1A2207fe444d
Octal257234354324207376104115
Binary1010111110011100111011001101010001001111111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CEC; }

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

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

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

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

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

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

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

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