#AF9CF4

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

Shades of Biloba Flower #AF9CF4

Tints of Biloba Flower #AF9CF4

Color information

#AF9CF4 (or 0xAF9CF4) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and F4. RGB value is (175,156,244). Sum of RGB (Red+Green+Blue) = 175+156+244=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF9CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CF4 is #50630B. Grayscale: #ABABAB. Windows color (decimal): -5268236 or 16030895. OLE color: 16030895.

HSL color Cylindrical-coordinate representation of color #AF9CF4: hue angle of 252.95º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF9CF4 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175156244-
CMYK0.280.3600.04
HSL252.95º80%78.43%-
HSV(B)252.95º36.07%95.69%-
XYZ45.939.4290.78-
YUV171.71168.79130.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.43%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 244 (95.70% from 255) = 42.43%
R=30.43%
G=27.13%
B=42.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751562440.280.3600.04252.958078.43
HexAF9CF41C2404fd504e
Octal257234364344404375120116
Binary1010111110011100111101001110010010001001111110110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CF4; }

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

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

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

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

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

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

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

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