#AF9AE0

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

Shades of Biloba Flower #AF9AE0

Tints of Biloba Flower #AF9AE0

Color information

#AF9AE0 (or 0xAF9AE0) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and E0. RGB value is (175,154,224). Sum of RGB (Red+Green+Blue) = 175+154+224=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF9AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AE0 is #50651F. Grayscale: #A8A8A8. Windows color (decimal): -5268768 or 14719663. OLE color: 14719663.

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

Color convert

RGB175154224-
CMYK0.220.3100.12
HSL258º53.03%74.12%-
HSV(B)258º31.25%87.84%-
XYZ42.6937.6175.53-
YUV168.26159.46132.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 224 (87.89% from 255) = 40.51%
R=31.65%
G=27.85%
B=40.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1751542240.220.3100.1225853.0374.12
HexAF9AE0161F0C102354a
Octal257232340263701440265112
Binary1010111110011010111000001011011111011001000000101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AE0; }

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

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

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

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

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

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

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

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