Html Css Color HEX #AB60A1 Violet Blue

📋 copy color: '#AB60A1'

red 171 ◦ green 96 ◦ blue 161

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

Shades of Violet Blue #AB60A1

Tints of Violet Blue #AB60A1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 39.95%
G = 22.43%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB60A1 (or 0xAB60A1) is known color: Violet Blue. HEX triplet: AB, 60 and A1. RGB value is (171,96,161). Sum of RGB (Red+Green+Blue) = 171+96+161=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB60A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60A1 is #549F5E. Grayscale: #7D7D7D. Windows color (decimal): -5545823 or 10576043. OLE color: 10576043.

HSL color Cylindrical-coordinate representation of color #AB60A1: hue angle of 308º 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 #AB60A1 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 161 -
CMYK 0 0.44 0.06 0.33
HSL 308º 0.31% 0.52% -
HSV(B) 308º 0.44% 0.67% -
XYZ 27.41 19.6 36.06 -
YUV 125.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 171 96 161 0 0.44 0.06 0.33 308 0.31 0.52
Hex AB 60 A1 0 2C 6 21 134 1F 34
Octal 253 140 241 0 54 6 41 464 37 64
Binary 10101011 1100000 10100001 0 101100 110 100001 100110100 11111 110100

Color Harmonies of #AB60A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB60A1

Black with #AB60A1

Text Example


Text Example

White with #AB60A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB60A1; }

 p { color: rgb(171,96,161); }

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

background-color css

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

 a { background-color: rgb(171,96,161); }

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

border-color css

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

 span { border-color: rgb(171,96,161); }

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