Html Css Color HEX #AB4AAA Violet Blue

📋 copy color: '#AB4AAA'

red 171 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #AB4AAA

Tints of Violet Blue #AB4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.83%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 41.2%
G = 17.83%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB4AAA (or 0xAB4AAA) is known color: Violet Blue. HEX triplet: AB, 4A and AA. RGB value is (171,74,170). Sum of RGB (Red+Green+Blue) = 171+74+170=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AAA is #54B555. Grayscale: #717171. Windows color (decimal): -5551446 or 11160235. OLE color: 11160235.

HSL color Cylindrical-coordinate representation of color #AB4AAA: hue angle of 300.62º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4AAA is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 74 170 -
CMYK 0 0.57 0.01 0.33
HSL 300.62º 0.4% 0.48% -
HSV(B) 300.62º 0.57% 0.67% -
XYZ 26.5 16.46 39.81 -
YUV 113.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 171 74 170 0 0.57 0.01 0.33 300.62 0.4 0.48
Hex AB 4A AA 0 39 1 21 12D 28 30
Octal 253 112 252 0 71 1 41 455 50 60
Binary 10101011 1001010 10101010 0 111001 1 100001 100101101 101000 110000

Color Harmonies of #AB4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AAA

Black with #AB4AAA

Text Example


Text Example

White with #AB4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AAA; }

 p { color: rgb(171,74,170); }

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

background-color css

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

 a { background-color: rgb(171,74,170); }

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

border-color css

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

 span { border-color: rgb(171,74,170); }

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