Html Css Color HEX #AB96DC Biloba Flower

📋 copy color: '#AB96DC'

red 171 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #AB96DC

Tints of Biloba Flower #AB96DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 31.61%
G = 27.73%
B = 40.67%

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

#AB96DC (or 0xAB96DC) is known color: Biloba Flower. HEX triplet: AB, 96 and DC. RGB value is (171,150,220). Sum of RGB (Red+Green+Blue) = 171+150+220=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB96DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB96DC is #546923. Grayscale: #A4A4A4. Windows color (decimal): -5531940 or 14456491. OLE color: 14456491.

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

Color convert

RGB 171 150 220 -
CMYK 0.22 0.32 0 0.14
HSL 258º 0.5% 0.73% -
HSV(B) 258º 0.32% 0.86% -
XYZ 40.62 35.64 72.45 -
YUV 164.26 159.46 132.81 -
System Red Green Blue C M Y K H S L
Decimal 171 150 220 0.22 0.32 0 0.14 258 0.5 0.73
Hex AB 96 DC 16 20 0 E 102 32 49
Octal 253 226 334 26 40 0 16 402 62 111
Binary 10101011 10010110 11011100 10110 100000 0 1110 100000010 110010 1001001

Color Harmonies of #AB96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB96DC

Black with #AB96DC

Text Example


Text Example

White with #AB96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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