#AF9CCE

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

Shades of Biloba Flower #AF9CCE

Tints of Biloba Flower #AF9CCE

Color information

#AF9CCE (or 0xAF9CCE) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and CE. RGB value is (175,156,206). Sum of RGB (Red+Green+Blue) = 175+156+206=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CCE is #506331. Grayscale: #A7A7A7. Windows color (decimal): -5268274 or 13540527. OLE color: 13540527.

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

Color convert

RGB175156206-
CMYK0.150.2400.19
HSL262.8º33.78%70.98%-
HSV(B)262.8º24.27%80.78%-
XYZ40.7137.3563.46-
YUV167.38149.79133.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 156 (61.33% from 255) = 29.05%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=32.59%
G=29.05%
B=38.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751562060.150.2400.19262.833.7870.98
HexAF9CCEF180131072247
Octal257234316173002340742107
Binary1010111110011100110011101111110000100111000001111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CCE; }

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

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

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

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

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

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

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

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