Html Css Color HEX #AB9DDB Biloba Flower

📋 copy color: '#AB9DDB'

red 171 ◦ green 157 ◦ blue 219

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

Shades of Biloba Flower #AB9DDB

Tints of Biloba Flower #AB9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 31.26%
G = 28.7%
B = 40.04%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB9DDB (or 0xAB9DDB) is known color: Biloba Flower. HEX triplet: AB, 9D and DB. RGB value is (171,157,219). Sum of RGB (Red+Green+Blue) = 171+157+219=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDB is #546224. Grayscale: #A8A8A8. Windows color (decimal): -5530149 or 14392747. OLE color: 14392747.

HSL color Cylindrical-coordinate representation of color #AB9DDB: hue angle of 253.55º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9DDB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 157 219 -
CMYK 0.22 0.28 0 0.14
HSL 253.55º 0.46% 0.74% -
HSV(B) 253.55º 0.28% 0.86% -
XYZ 41.64 37.89 72.14 -
YUV 168.25 156.64 129.96 -
System Red Green Blue C M Y K H S L
Decimal 171 157 219 0.22 0.28 0 0.14 253.55 0.46 0.74
Hex AB 9D DB 16 1C 0 E FE 2E 4A
Octal 253 235 333 26 34 0 16 376 56 112
Binary 10101011 10011101 11011011 10110 11100 0 1110 11111110 101110 1001010

Color Harmonies of #AB9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DDB

Black with #AB9DDB

Text Example


Text Example

White with #AB9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DDB; }

 p { color: rgb(171,157,219); }

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

background-color css

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

 a { background-color: rgb(171,157,219); }

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

border-color css

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

 span { border-color: rgb(171,157,219); }

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