#AF9ADD

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

Shades of Biloba Flower #AF9ADD

Tints of Biloba Flower #AF9ADD

Color information

#AF9ADD (or 0xAF9ADD) is unknown color: approx Biloba Flower. HEX triplet: AF, 9A and DD. RGB value is (175,154,221). Sum of RGB (Red+Green+Blue) = 175+154+221=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9ADD is #506522. Grayscale: #A7A7A7. Windows color (decimal): -5268771 or 14523055. OLE color: 14523055.

HSL color Cylindrical-coordinate representation of color #AF9ADD: hue angle of 258.81º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF9ADD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175154221-
CMYK0.210.3000.13
HSL258.81º49.63%73.53%-
HSV(B)258.81º30.32%86.67%-
XYZ42.2937.4573.41-
YUV167.92157.96133.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=31.82%
G=28%
B=40.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751542210.210.3000.13258.8149.6373.53
HexAF9ADD151E0D103324a
Octal257232335253601540362112
Binary1010111110011010110111011010111110011011000000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9ADD; }

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

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

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

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

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

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

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

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