Html Css Color HEX #AB41AA Violet Blue

📋 copy color: '#AB41AA'

red 171 ◦ green 65 ◦ blue 170

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

Shades of Violet Blue #AB41AA

Tints of Violet Blue #AB41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.01%

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

R = 42.12%
G = 16.01%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB41AA (or 0xAB41AA) is known color: Violet Blue. HEX triplet: AB, 41 and AA. RGB value is (171,65,170). Sum of RGB (Red+Green+Blue) = 171+65+170=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB41AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AA is #54BE55. Grayscale: #6C6C6C. Windows color (decimal): -5553750 or 11157931. OLE color: 11157931.

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

Color convert

RGB 171 65 170 -
CMYK 0 0.62 0.01 0.33
HSL 300.57º 0.45% 0.46% -
HSV(B) 300.57º 0.62% 0.67% -
XYZ 25.94 15.34 39.62 -
YUV 108.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 171 65 170 0 0.62 0.01 0.33 300.57 0.45 0.46
Hex AB 41 AA 0 3E 1 21 12D 2D 2E
Octal 253 101 252 0 76 1 41 455 55 56
Binary 10101011 1000001 10101010 0 111110 1 100001 100101101 101101 101110

Color Harmonies of #AB41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41AA

Black with #AB41AA

Text Example


Text Example

White with #AB41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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