#AF9CFF

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

Shades of Biloba Flower #AF9CFF

Tints of Biloba Flower #AF9CFF

Color information

#AF9CFF (or 0xAF9CFF) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and FF. RGB value is (175,156,255). Sum of RGB (Red+Green+Blue) = 175+156+255=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CFF is #506300. Grayscale: #ACACAC. Windows color (decimal): -5268225 or 16751791. OLE color: 16751791.

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

Color convert

RGB175156255-
CMYK0.310.3900
HSL251.52º100%80.59%-
HSV(B)251.52º38.82%100%-
XYZ47.6240.1199.84-
YUV172.97174.29129.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 255 (100% from 255) = 43.52%
R=29.86%
G=26.62%
B=43.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751562550.310.3900251.5210080.59
HexAF9CFF1F2700fc6451
Octal257234377374700374144121
Binary10101111100111001111111111111100111001111110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CFF; }

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

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

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

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

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

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

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

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