#AF8EFC

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

Shades of Biloba Flower #AF8EFC

Tints of Biloba Flower #AF8EFC

Color information

#AF8EFC (or 0xAF8EFC) is unknown color: approx Biloba Flower. HEX triplet: AF, 8E and FC. RGB value is (175,142,252). Sum of RGB (Red+Green+Blue) = 175+142+252=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF8EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8EFC is #507103. Grayscale: #A4A4A4. Windows color (decimal): -5271812 or 16551599. OLE color: 16551599.

HSL color Cylindrical-coordinate representation of color #AF8EFC: hue angle of 258º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8EFC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175142252-
CMYK0.310.4400.01
HSL258º94.83%77.25%-
HSV(B)258º43.65%98.82%-
XYZ44.9235.4996.58-
YUV164.41177.43135.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=30.76%
G=24.96%
B=44.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751422520.310.4400.0125894.8377.25
HexAF8EFC1F2C011025f4d
Octal257216374375401402137115
Binary101011111000111011111100111111011000110000001010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EFC; }

 p { color: rgb(175,142,252); }

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

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

 a { background-color: rgb(175,142,252); }

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

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

 span { border-color: rgb(175,142,252); }

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