#af8cf2

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

Shades of Biloba Flower #AF8CF2

Tints of Biloba Flower #AF8CF2

Color information

#AF8CF2 (or 0xAF8CF2) is unknown color: approx Biloba Flower. HEX triplet: AF, 8C and F2. RGB value is (175,140,242). Sum of RGB (Red+Green+Blue) = 175+140+242=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF8CF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CF2 is #50730D. Grayscale: #A1A1A1. Windows color (decimal): -5272334 or 15895727. OLE color: 15895727.

HSL color Cylindrical-coordinate representation of color #AF8CF2: hue angle of 260.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8CF2 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175140242-
CMYK0.280.4200.05
HSL260.59º79.69%74.9%-
HSV(B)260.59º42.15%94.9%-
XYZ43.0834.2888.35-
YUV162.09173.1137.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=31.42%
G=25.13%
B=43.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751402420.280.4200.05260.5979.6974.9
HexAF8CF21C2A05105504b
Octal257214362345205405120113
Binary10101111100011001111001011100101010010110000010110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8cf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8cf2; }

 p { color: rgb(175,140,242); }

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

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

 a { background-color: rgb(175,140,242); }

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

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

 span { border-color: rgb(175,140,242); }

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