Html Css Color HEX #AB9ADD Biloba Flower

📋 copy color: '#AB9ADD'

red 171 ◦ green 154 ◦ blue 221

#AB9ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AB9ADD

Tints of Biloba Flower #AB9ADD

RGB

 RED value IS 171 (67.19% from 255) = 31.32%

 GREEN value IS 154 (60.55% from 255) = 28.21%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 31.32%
G = 28.21%
B = 40.48%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9ADD (or 0xAB9ADD) is known color: Biloba Flower. HEX triplet: AB, 9A and DD. RGB value is (171,154,221). Sum of RGB (Red+Green+Blue) = 171+154+221=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADD is #546522. Grayscale: #A6A6A6. Windows color (decimal): -5530915 or 14523051. OLE color: 14523051.

HSL color Cylindrical-coordinate representation of color #AB9ADD: hue angle of 255.22º 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 #AB9ADD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 154 221 -
CMYK 0.23 0.30 0 0.13
HSL 255.22º 0.5% 0.74% -
HSV(B) 255.22º 0.3% 0.87% -
XYZ 41.4 36.99 73.36 -
YUV 166.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 171 154 221 0.23 0.30 0 0.13 255.22 0.5 0.74
Hex AB 9A DD 17 1E 0 D FF 32 4A
Octal 253 232 335 27 36 0 15 377 62 112
Binary 10101011 10011010 11011101 10111 11110 0 1101 11111111 110010 1001010

Color Harmonies of #AB9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ADD

Black with #AB9ADD

Text Example


Text Example

White with #AB9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ADD; }

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

 H1.HeaderClassName
 {
   color: #AB9ADD;
 }
 .AnyTagClassName
 {
   color: #AB9ADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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