Html Css Color HEX #AB5F9C Violet Blue

📋 copy color: '#AB5F9C'

red 171 ◦ green 95 ◦ blue 156

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

Shades of Violet Blue #AB5F9C

Tints of Violet Blue #AB5F9C

RGB

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

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

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

R = 40.52%
G = 22.51%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB5F9C (or 0xAB5F9C) is known color: Violet Blue. HEX triplet: AB, 5F and 9C. RGB value is (171,95,156). Sum of RGB (Red+Green+Blue) = 171+95+156=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5F9C is #54A063. Grayscale: #7C7C7C. Windows color (decimal): -5546084 or 10248107. OLE color: 10248107.

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

Color convert

RGB 171 95 156 -
CMYK 0 0.44 0.09 0.33
HSL 311.84º 0.31% 0.52% -
HSV(B) 311.84º 0.44% 0.67% -
XYZ 26.89 19.24 33.75 -
YUV 124.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 171 95 156 0 0.44 0.09 0.33 311.84 0.31 0.52
Hex AB 5F 9C 0 2C 9 21 138 1F 34
Octal 253 137 234 0 54 11 41 470 37 64
Binary 10101011 1011111 10011100 0 101100 1001 100001 100111000 11111 110100

Color Harmonies of #AB5F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5F9C

Black with #AB5F9C

Text Example


Text Example

White with #AB5F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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