Html Css Color HEX #AB4AA4 Violet Blue

📋 copy color: '#AB4AA4'

red 171 ◦ green 74 ◦ blue 164

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

Shades of Violet Blue #AB4AA4

Tints of Violet Blue #AB4AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.1%

R = 41.81%
G = 18.09%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB4AA4 (or 0xAB4AA4) is known color: Violet Blue. HEX triplet: AB, 4A and A4. RGB value is (171,74,164). Sum of RGB (Red+Green+Blue) = 171+74+164=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AA4 is #54B55B. Grayscale: #717171. Windows color (decimal): -5551452 or 10767019. OLE color: 10767019.

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

Color convert

RGB 171 74 164 -
CMYK 0 0.57 0.04 0.33
HSL 304.33º 0.4% 0.48% -
HSV(B) 304.33º 0.57% 0.67% -
XYZ 25.94 16.24 36.89 -
YUV 113.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 171 74 164 0 0.57 0.04 0.33 304.33 0.4 0.48
Hex AB 4A A4 0 39 4 21 130 28 30
Octal 253 112 244 0 71 4 41 460 50 60
Binary 10101011 1001010 10100100 0 111001 100 100001 100110000 101000 110000

Color Harmonies of #AB4AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AA4

Black with #AB4AA4

Text Example


Text Example

White with #AB4AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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