Html Css Color HEX #AB92DB Biloba Flower

📋 copy color: '#AB92DB'

red 171 ◦ green 146 ◦ blue 219

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

Shades of Biloba Flower #AB92DB

Tints of Biloba Flower #AB92DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.24%

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

R = 31.9%
G = 27.24%
B = 40.86%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB92DB (or 0xAB92DB) is known color: Biloba Flower. HEX triplet: AB, 92 and DB. RGB value is (171,146,219). Sum of RGB (Red+Green+Blue) = 171+146+219=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92DB is #546D24. Grayscale: #A1A1A1. Windows color (decimal): -5532965 or 14389931. OLE color: 14389931.

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

Color convert

RGB 171 146 219 -
CMYK 0.22 0.33 0 0.14
HSL 260.55º 0.5% 0.72% -
HSV(B) 260.55º 0.33% 0.86% -
XYZ 39.86 34.33 71.54 -
YUV 161.8 160.28 134.56 -
System Red Green Blue C M Y K H S L
Decimal 171 146 219 0.22 0.33 0 0.14 260.55 0.5 0.72
Hex AB 92 DB 16 21 0 E 105 32 48
Octal 253 222 333 26 41 0 16 405 62 110
Binary 10101011 10010010 11011011 10110 100001 0 1110 100000101 110010 1001000

Color Harmonies of #AB92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92DB

Black with #AB92DB

Text Example


Text Example

White with #AB92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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