#af82ea

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

Shades of Biloba Flower #AF82EA

Tints of Biloba Flower #AF82EA

Color information

#AF82EA (or 0xAF82EA) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and EA. RGB value is (175,130,234). Sum of RGB (Red+Green+Blue) = 175+130+234=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF82EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82EA is #507D15. Grayscale: #9A9A9A. Windows color (decimal): -5274902 or 15368879. OLE color: 15368879.

HSL color Cylindrical-coordinate representation of color #AF82EA: hue angle of 265.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF82EA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175130234-
CMYK0.250.4400.08
HSL265.96º71.23%71.37%-
HSV(B)265.96º44.44%91.76%-
XYZ40.5131.0281.69-
YUV155.31172.41142.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=32.47%
G=24.12%
B=43.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751302340.250.4400.08265.9671.2371.37
HexAF82EA192C0810a4747
Octal2572023523154010412107107
Binary101011111000001011101010110011011000100010000101010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af82ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af82ea; }

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

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

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

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

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

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

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

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