#AF8ECF

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

Shades of Biloba Flower #AF8ECF

Tints of Biloba Flower #AF8ECF

Color information

#AF8ECF (or 0xAF8ECF) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and CF. RGB value is (175,142,207). Sum of RGB (Red+Green+Blue) = 175+142+207=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECF is #507130. Grayscale: #9F9F9F. Windows color (decimal): -5271857 or 13602479. OLE color: 13602479.

HSL color Cylindrical-coordinate representation of color #AF8ECF: hue angle of 270.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8ECF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175142207-
CMYK0.150.3100.19
HSL270.46º40.37%68.43%-
HSV(B)270.46º31.4%81.18%-
XYZ38.6132.9663.36-
YUV159.28154.93139.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=33.40%
G=27.10%
B=39.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751422070.150.3100.19270.4640.3768.43
HexAF8ECFF1F01310e2844
Octal257216317173702341650104
Binary1010111110001110110011111111111110100111000011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ECF; }

 p { color: rgb(175,142,207); }

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

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

 a { background-color: rgb(175,142,207); }

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

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

 span { border-color: rgb(175,142,207); }

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