#AF82EE

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

Shades of Biloba Flower #AF82EE

Tints of Biloba Flower #AF82EE

Color information

#AF82EE (or 0xAF82EE) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and EE. RGB value is (175,130,238). Sum of RGB (Red+Green+Blue) = 175+130+238=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF82EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF82EE is #507D11. Grayscale: #9B9B9B. Windows color (decimal): -5274898 or 15631023. OLE color: 15631023.

HSL color Cylindrical-coordinate representation of color #AF82EE: hue angle of 265º degrees, saturation: 0.76, 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 #AF82EE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175130238-
CMYK0.260.4500.07
HSL265º76.06%72.16%-
HSV(B)265º45.38%93.33%-
XYZ41.0931.2584.76-
YUV155.77174.41141.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=32.23%
G=23.94%
B=43.83%

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
Decimal1751302380.260.4500.0726576.0672.16
HexAF82EE1A2D071094c48
Octal257202356325507411114110
Binary10101111100000101110111011010101101011110000100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82EE; }

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

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

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

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

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

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

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

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