Html Css Color HEX #AB5D9C Violet Blue

📋 copy color: '#AB5D9C'

red 171 ◦ green 93 ◦ blue 156

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

Shades of Violet Blue #AB5D9C

Tints of Violet Blue #AB5D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 156 (61.33% from 255) = 37.14%

R = 40.71%
G = 22.14%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB5D9C (or 0xAB5D9C) is known color: Violet Blue. HEX triplet: AB, 5D and 9C. RGB value is (171,93,156). Sum of RGB (Red+Green+Blue) = 171+93+156=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D9C is #54A263. Grayscale: #7B7B7B. Windows color (decimal): -5546596 or 10247595. OLE color: 10247595.

HSL color Cylindrical-coordinate representation of color #AB5D9C: hue angle of 311.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D9C is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 93 156 -
CMYK 0 0.46 0.09 0.33
HSL 311.54º 0.32% 0.52% -
HSV(B) 311.54º 0.46% 0.67% -
XYZ 26.71 18.89 33.69 -
YUV 123.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 171 93 156 0 0.46 0.09 0.33 311.54 0.32 0.52
Hex AB 5D 9C 0 2E 9 21 138 20 34
Octal 253 135 234 0 56 11 41 470 40 64
Binary 10101011 1011101 10011100 0 101110 1001 100001 100111000 100000 110100

Color Harmonies of #AB5D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D9C

Black with #AB5D9C

Text Example


Text Example

White with #AB5D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D9C; }

 p { color: rgb(171,93,156); }

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

background-color css

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

 a { background-color: rgb(171,93,156); }

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

border-color css

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

 span { border-color: rgb(171,93,156); }

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