Html Css Color HEX #AB44A2 Violet Blue

📋 copy color: '#AB44A2'

red 171 ◦ green 68 ◦ blue 162

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

Shades of Violet Blue #AB44A2

Tints of Violet Blue #AB44A2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 42.64%
G = 16.96%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB44A2 (or 0xAB44A2) is known color: Violet Blue. HEX triplet: AB, 44 and A2. RGB value is (171,68,162). Sum of RGB (Red+Green+Blue) = 171+68+162=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB44A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44A2 is #54BB5D. Grayscale: #6D6D6D. Windows color (decimal): -5552990 or 10634411. OLE color: 10634411.

HSL color Cylindrical-coordinate representation of color #AB44A2: hue angle of 305.24º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB44A2 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 162 -
CMYK 0 0.60 0.05 0.33
HSL 305.24º 0.43% 0.47% -
HSV(B) 305.24º 0.6% 0.67% -
XYZ 25.38 15.4 35.82 -
YUV 109.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 171 68 162 0 0.60 0.05 0.33 305.24 0.43 0.47
Hex AB 44 A2 0 3C 5 21 131 2B 2F
Octal 253 104 242 0 74 5 41 461 53 57
Binary 10101011 1000100 10100010 0 111100 101 100001 100110001 101011 101111

Color Harmonies of #AB44A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44A2

Black with #AB44A2

Text Example


Text Example

White with #AB44A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44A2; }

 p { color: rgb(171,68,162); }

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

background-color css

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

 a { background-color: rgb(171,68,162); }

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

border-color css

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

 span { border-color: rgb(171,68,162); }

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