Html Css Color HEX #AB5FBA Deep Lilac

📋 copy color: '#AB5FBA'

red 171 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #AB5FBA

Tints of Deep Lilac #AB5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.02%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 37.83%
G = 21.02%
B = 41.15%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB5FBA (or 0xAB5FBA) is known color: Deep Lilac. HEX triplet: AB, 5F and BA. RGB value is (171,95,186). Sum of RGB (Red+Green+Blue) = 171+95+186=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB5FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBA is #54A045. Grayscale: #7F7F7F. Windows color (decimal): -5546054 or 12214187. OLE color: 12214187.

HSL color Cylindrical-coordinate representation of color #AB5FBA: hue angle of 290.11º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5FBA is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 95 186 -
CMYK 0.08 0.49 0 0.27
HSL 290.11º 0.4% 0.55% -
HSV(B) 290.11º 0.49% 0.73% -
XYZ 29.75 20.39 48.82 -
YUV 128.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 171 95 186 0.08 0.49 0 0.27 290.11 0.4 0.55
Hex AB 5F BA 8 31 0 1B 122 28 37
Octal 253 137 272 10 61 0 33 442 50 67
Binary 10101011 1011111 10111010 1000 110001 0 11011 100100010 101000 110111

Color Harmonies of #AB5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FBA

Black with #AB5FBA

Text Example


Text Example

White with #AB5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FBA; }

 p { color: rgb(171,95,186); }

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

background-color css

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

 a { background-color: rgb(171,95,186); }

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

border-color css

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

 span { border-color: rgb(171,95,186); }

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