#AF9DF4

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

Shades of Biloba Flower #AF9DF4

Tints of Biloba Flower #AF9DF4

Color information

#AF9DF4 (or 0xAF9DF4) is unknown color: approx Biloba Flower. HEX triplet: AF, 9D and F4. RGB value is (175,157,244). Sum of RGB (Red+Green+Blue) = 175+157+244=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF9DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9DF4 is #50620B. Grayscale: #ABABAB. Windows color (decimal): -5267980 or 16031151. OLE color: 16031151.

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

Color convert

RGB175157244-
CMYK0.280.3600.04
HSL252.41º79.82%78.63%-
HSV(B)252.41º35.66%95.69%-
XYZ46.0739.7690.83-
YUV172.3168.46129.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 157 (61.72% from 255) = 27.26%
BLUE value IS 244 (95.70% from 255) = 42.36%
R=30.38%
G=27.26%
B=42.36%

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
Decimal1751572440.280.3600.04252.4179.8278.63
HexAF9DF41C2404fc504f
Octal257235364344404374120117
Binary1010111110011101111101001110010010001001111110010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DF4; }

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

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

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

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

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

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

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

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