#AF8AEC

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

Shades of Biloba Flower #AF8AEC

Tints of Biloba Flower #AF8AEC

Color information

#AF8AEC (or 0xAF8AEC) is unknown color: approx Biloba Flower. HEX triplet: AF, 8A and EC. RGB value is (175,138,236). Sum of RGB (Red+Green+Blue) = 175+138+236=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF8AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8AEC is #507513. Grayscale: #9F9F9F. Windows color (decimal): -5272852 or 15501999. OLE color: 15501999.

HSL color Cylindrical-coordinate representation of color #AF8AEC: hue angle of 262.65º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF8AEC is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175138236-
CMYK0.260.4200.07
HSL262.65º72.06%73.33%-
HSV(B)262.65º41.53%92.55%-
XYZ41.9133.3583.58-
YUV160.23170.76138.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 138 (54.30% from 255) = 25.14%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=31.88%
G=25.14%
B=42.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751382360.260.4200.07262.6572.0673.33
HexAF8AEC1A2A071074849
Octal257212354325207407110111
Binary10101111100010101110110011010101010011110000011110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AEC; }

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

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

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

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

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

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

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

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