#AF82F4

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

Shades of Biloba Flower #AF82F4

Tints of Biloba Flower #AF82F4

Color information

#AF82F4 (or 0xAF82F4) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and F4. RGB value is (175,130,244). Sum of RGB (Red+Green+Blue) = 175+130+244=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF82F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82F4 is #507D0B. Grayscale: #9C9C9C. Windows color (decimal): -5274892 or 16024239. OLE color: 16024239.

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

Color convert

RGB175130244-
CMYK0.280.4700.04
HSL263.68º83.82%73.33%-
HSV(B)263.68º46.72%95.69%-
XYZ41.9931.6189.48-
YUV156.45177.41141.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=31.88%
G=23.68%
B=44.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751302440.280.4700.04263.6883.8273.33
HexAF82F41C2F041085449
Octal257202364345704410124111
Binary10101111100000101111010011100101111010010000100010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82F4; }

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

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

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

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

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

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

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

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