#AF9AEB

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

Shades of Biloba Flower #AF9AEB

Tints of Biloba Flower #AF9AEB

Color information

#AF9AEB (or 0xAF9AEB) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and EB. RGB value is (175,154,235). Sum of RGB (Red+Green+Blue) = 175+154+235=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9AEB is #506514. Grayscale: #A9A9A9. Windows color (decimal): -5268757 or 15440559. OLE color: 15440559.

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

Color convert

RGB175154235-
CMYK0.260.3400.08
HSL255.56º66.94%76.27%-
HSV(B)255.56º34.47%92.16%-
XYZ44.2338.2283.64-
YUV169.51164.96131.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=31.03%
G=27.30%
B=41.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751542350.260.3400.08255.5666.9476.27
HexAF9AEB1A2208100434c
Octal2572323533242010400103114
Binary101011111001101011101011110101000100100010000000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AEB; }

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

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

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

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

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

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

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

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