#AF80E5

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

Shades of Biloba Flower #AF80E5

Tints of Biloba Flower #AF80E5

Color information

#AF80E5 (or 0xAF80E5) is unknown color: approx Biloba Flower. HEX triplet: AF, 80 and E5. RGB value is (175,128,229). Sum of RGB (Red+Green+Blue) = 175+128+229=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80E5 is #507F1A. Grayscale: #999999. Windows color (decimal): -5275419 or 15040687. OLE color: 15040687.

HSL color Cylindrical-coordinate representation of color #AF80E5: hue angle of 267.92º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF80E5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175128229-
CMYK0.240.4400.10
HSL267.92º66.01%70%-
HSV(B)267.92º44.1%89.8%-
XYZ39.5430.2177.88-
YUV153.57170.57143.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 229 (89.84% from 255) = 43.05%
R=32.89%
G=24.06%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751282290.240.4400.10267.9266.0170
HexAF80E5182C0A10c4246
Octal2572003453054012414102106
Binary101011111000000011100101110001011000101010000110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80E5; }

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

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

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

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

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

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

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

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