Html Css Color HEX #AB9BDD Biloba Flower

📋 copy color: '#AB9BDD'

red 171 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #AB9BDD

Tints of Biloba Flower #AB9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.34%

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

R = 31.26%
G = 28.34%
B = 40.4%

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

#AB9BDD (or 0xAB9BDD) is known color: Biloba Flower. HEX triplet: AB, 9B and DD. RGB value is (171,155,221). Sum of RGB (Red+Green+Blue) = 171+155+221=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDD is #546422. Grayscale: #A7A7A7. Windows color (decimal): -5530659 or 14523307. OLE color: 14523307.

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

Color convert

RGB 171 155 221 -
CMYK 0.23 0.30 0 0.13
HSL 254.55º 0.49% 0.74% -
HSV(B) 254.55º 0.3% 0.87% -
XYZ 41.57 37.32 73.42 -
YUV 167.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 171 155 221 0.23 0.30 0 0.13 254.55 0.49 0.74
Hex AB 9B DD 17 1E 0 D FF 31 4A
Octal 253 233 335 27 36 0 15 377 61 112
Binary 10101011 10011011 11011101 10111 11110 0 1101 11111111 110001 1001010

Color Harmonies of #AB9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BDD

Black with #AB9BDD

Text Example


Text Example

White with #AB9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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