#AF8CCE

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

Shades of Biloba Flower #AF8CCE

Tints of Biloba Flower #AF8CCE

Color information

#AF8CCE (or 0xAF8CCE) is unknown color: approx Biloba Flower. HEX triplet: AF, 8C and CE. RGB value is (175,140,206). Sum of RGB (Red+Green+Blue) = 175+140+206=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCE is #507331. Grayscale: #9D9D9D. Windows color (decimal): -5272370 or 13536431. OLE color: 13536431.

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

Color convert

RGB175140206-
CMYK0.150.3200.19
HSL271.82º40.24%67.84%-
HSV(B)271.82º32.04%80.78%-
XYZ38.232.3362.62-
YUV157.99155.1140.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=33.59%
G=26.87%
B=39.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751402060.150.3200.19271.8240.2467.84
HexAF8CCEF200131102844
Octal257214316174002342050104
Binary10101111100011001100111011111000000100111000100001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CCE; }

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

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

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

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

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

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

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

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