Html Css Color HEX #AB96DB Biloba Flower

📋 copy color: '#AB96DB'

red 171 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #AB96DB

Tints of Biloba Flower #AB96DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.78%

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

R = 31.67%
G = 27.78%
B = 40.56%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB96DB (or 0xAB96DB) is known color: Biloba Flower. HEX triplet: AB, 96 and DB. RGB value is (171,150,219). Sum of RGB (Red+Green+Blue) = 171+150+219=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB96DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96DB is #546924. Grayscale: #A3A3A3. Windows color (decimal): -5531941 or 14390955. OLE color: 14390955.

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

Color convert

RGB 171 150 219 -
CMYK 0.22 0.32 0 0.14
HSL 258.26º 0.49% 0.72% -
HSV(B) 258.26º 0.32% 0.86% -
XYZ 40.49 35.59 71.75 -
YUV 164.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 171 150 219 0.22 0.32 0 0.14 258.26 0.49 0.72
Hex AB 96 DB 16 20 0 E 102 31 48
Octal 253 226 333 26 40 0 16 402 61 110
Binary 10101011 10010110 11011011 10110 100000 0 1110 100000010 110001 1001000

Color Harmonies of #AB96DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96DB

Black with #AB96DB

Text Example


Text Example

White with #AB96DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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