#AF8FCE

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

Shades of Biloba Flower #AF8FCE

Tints of Biloba Flower #AF8FCE

Color information

#AF8FCE (or 0xAF8FCE) is unknown color: approx Biloba Flower. HEX triplet: AF, 8F and CE. RGB value is (175,143,206). Sum of RGB (Red+Green+Blue) = 175+143+206=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8FCE is #507031. Grayscale: #9F9F9F. Windows color (decimal): -5271602 or 13537199. OLE color: 13537199.

HSL color Cylindrical-coordinate representation of color #AF8FCE: hue angle of 270.48º degrees, saturation: 0.39, 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 #AF8FCE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175143206-
CMYK0.150.3100.19
HSL270.48º39.13%68.43%-
HSV(B)270.48º30.58%80.78%-
XYZ38.6433.2262.77-
YUV159.75154.1138.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=33.40%
G=27.29%
B=39.31%

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
Decimal1751432060.150.3100.19270.4839.1368.43
HexAF8FCEF1F01310e2744
Octal257217316173702341647104
Binary1010111110001111110011101111111110100111000011101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FCE; }

 p { color: rgb(175,143,206); }

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

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

 a { background-color: rgb(175,143,206); }

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

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

 span { border-color: rgb(175,143,206); }

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