#AF82ED

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

Shades of Biloba Flower #AF82ED

Tints of Biloba Flower #AF82ED

Color information

#AF82ED (or 0xAF82ED) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and ED. RGB value is (175,130,237). Sum of RGB (Red+Green+Blue) = 175+130+237=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82ED is #507D12. Grayscale: #9B9B9B. Windows color (decimal): -5274899 or 15565487. OLE color: 15565487.

HSL color Cylindrical-coordinate representation of color #AF82ED: hue angle of 265.23º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF82ED is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175130237-
CMYK0.260.4500.07
HSL265.23º74.83%71.96%-
HSV(B)265.23º45.15%92.94%-
XYZ40.9531.1983.98-
YUV155.65173.91141.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=32.29%
G=23.99%
B=43.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751302370.260.4500.07265.2374.8371.96
HexAF82ED1A2D071094b48
Octal257202355325507411113110
Binary10101111100000101110110111010101101011110000100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82ED; }

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

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

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

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

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

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

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

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