#AF80DE

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

Shades of Biloba Flower #AF80DE

Tints of Biloba Flower #AF80DE

Color information

#AF80DE (or 0xAF80DE) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and DE. RGB value is (175,128,222). Sum of RGB (Red+Green+Blue) = 175+128+222=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF80DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80DE is #507F21. Grayscale: #989898. Windows color (decimal): -5275426 or 14581935. OLE color: 14581935.

HSL color Cylindrical-coordinate representation of color #AF80DE: hue angle of 270º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF80DE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175128222-
CMYK0.210.4200.13
HSL270º58.75%68.63%-
HSV(B)270º42.34%87.06%-
XYZ38.5829.8372.83-
YUV152.77167.07143.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=33.33%
G=24.38%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751282220.210.4200.1327058.7568.63
HexAF80DE152A0D10e3b45
Octal257200336255201541673105
Binary10101111100000001101111010101101010011011000011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80DE; }

 p { color: rgb(175,128,222); }

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

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

 a { background-color: rgb(175,128,222); }

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

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

 span { border-color: rgb(175,128,222); }

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