#af84f2

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

Shades of Biloba Flower #AF84F2

Tints of Biloba Flower #AF84F2

Color information

#AF84F2 (or 0xAF84F2) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and F2. RGB value is (175,132,242). Sum of RGB (Red+Green+Blue) = 175+132+242=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF84F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84F2 is #507B0D. Grayscale: #9D9D9D. Windows color (decimal): -5274382 or 15893679. OLE color: 15893679.

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

Color convert

RGB175132242-
CMYK0.280.4500.05
HSL263.45º80.88%73.33%-
HSV(B)263.45º45.45%94.9%-
XYZ41.9632.0387.97-
YUV157.4175.75140.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 132 (51.95% from 255) = 24.04%
BLUE value IS 242 (94.92% from 255) = 44.08%
R=31.88%
G=24.04%
B=44.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751322420.280.4500.05263.4580.8873.33
HexAF84F21C2D051075149
Octal257204362345505407121111
Binary10101111100001001111001011100101101010110000011110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af84f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af84f2; }

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

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

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

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

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

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

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

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