#AF8AEB

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

Shades of Biloba Flower #AF8AEB

Tints of Biloba Flower #AF8AEB

Color information

#AF8AEB (or 0xAF8AEB) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and EB. RGB value is (175,138,235). Sum of RGB (Red+Green+Blue) = 175+138+235=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AEB is #507514. Grayscale: #9F9F9F. Windows color (decimal): -5272853 or 15436463. OLE color: 15436463.

HSL color Cylindrical-coordinate representation of color #AF8AEB: hue angle of 262.89º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8AEB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175138235-
CMYK0.260.4100.08
HSL262.89º70.8%73.14%-
HSV(B)262.89º41.28%92.16%-
XYZ41.7633.2982.82-
YUV160.12170.26138.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 235 (92.19% from 255) = 42.88%
R=31.93%
G=25.18%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751382350.260.4100.08262.8970.873.14
HexAF8AEB1A29081074749
Octal2572123533251010407107111
Binary101011111000101011101011110101010010100010000011110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AEB; }

 p { color: rgb(175,138,235); }

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

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

 a { background-color: rgb(175,138,235); }

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

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

 span { border-color: rgb(175,138,235); }

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