Html Css Color HEX #AB4CAA Violet Blue

📋 copy color: '#AB4CAA'

red 171 ◦ green 76 ◦ blue 170

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

Shades of Violet Blue #AB4CAA

Tints of Violet Blue #AB4CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.23%

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

R = 41.01%
G = 18.23%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB4CAA (or 0xAB4CAA) is known color: Violet Blue. HEX triplet: AB, 4C and AA. RGB value is (171,76,170). Sum of RGB (Red+Green+Blue) = 171+76+170=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4CAA is #54B355. Grayscale: #727272. Windows color (decimal): -5550934 or 11160747. OLE color: 11160747.

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

Color convert

RGB 171 76 170 -
CMYK 0 0.56 0.01 0.33
HSL 300.63º 0.38% 0.48% -
HSV(B) 300.63º 0.56% 0.67% -
XYZ 26.63 16.73 39.86 -
YUV 115.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 171 76 170 0 0.56 0.01 0.33 300.63 0.38 0.48
Hex AB 4C AA 0 38 1 21 12D 26 30
Octal 253 114 252 0 70 1 41 455 46 60
Binary 10101011 1001100 10101010 0 111000 1 100001 100101101 100110 110000

Color Harmonies of #AB4CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CAA

Black with #AB4CAA

Text Example


Text Example

White with #AB4CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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