Html Css Color HEX #AB98DB Biloba Flower

📋 copy color: '#AB98DB'

red 171 ◦ green 152 ◦ blue 219

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

Shades of Biloba Flower #AB98DB

Tints of Biloba Flower #AB98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

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

R = 31.55%
G = 28.04%
B = 40.41%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB98DB (or 0xAB98DB) is known color: Biloba Flower. HEX triplet: AB, 98 and DB. RGB value is (171,152,219). Sum of RGB (Red+Green+Blue) = 171+152+219=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB98DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98DB is #546724. Grayscale: #A5A5A5. Windows color (decimal): -5531429 or 14391467. OLE color: 14391467.

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

Color convert

RGB 171 152 219 -
CMYK 0.22 0.31 0 0.14
HSL 257.01º 0.48% 0.73% -
HSV(B) 257.01º 0.31% 0.86% -
XYZ 40.81 36.23 71.86 -
YUV 165.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 171 152 219 0.22 0.31 0 0.14 257.01 0.48 0.73
Hex AB 98 DB 16 1F 0 E 101 30 49
Octal 253 230 333 26 37 0 16 401 60 111
Binary 10101011 10011000 11011011 10110 11111 0 1110 100000001 110000 1001001

Color Harmonies of #AB98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98DB

Black with #AB98DB

Text Example


Text Example

White with #AB98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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