#AF82E0

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

Shades of Biloba Flower #AF82E0

Tints of Biloba Flower #AF82E0

Color information

#AF82E0 (or 0xAF82E0) is unknown color: approx Biloba Flower. HEX triplet: AF, 82 and E0. RGB value is (175,130,224). Sum of RGB (Red+Green+Blue) = 175+130+224=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF82E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82E0 is #507D1F. Grayscale: #999999. Windows color (decimal): -5274912 or 14713519. OLE color: 14713519.

HSL color Cylindrical-coordinate representation of color #AF82E0: hue angle of 268.72º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF82E0 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB175130224-
CMYK0.220.4200.12
HSL268.72º60.26%69.41%-
HSV(B)268.72º41.96%87.84%-
XYZ39.1230.4674.34-
YUV154.17167.41142.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=33.08%
G=24.57%
B=42.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751302240.220.4200.12268.7260.2669.41
HexAF82E0162A0C10d3c45
Octal257202340265201441574105
Binary10101111100000101110000010110101010011001000011011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82E0; }

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

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

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

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

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

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

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

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