Html Css Color HEX #AB4AA8 Violet Blue

📋 copy color: '#AB4AA8'

red 171 ◦ green 74 ◦ blue 168

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

Shades of Violet Blue #AB4AA8

Tints of Violet Blue #AB4AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.68%

R = 41.4%
G = 17.92%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB4AA8 (or 0xAB4AA8) is known color: Violet Blue. HEX triplet: AB, 4A and A8. RGB value is (171,74,168). Sum of RGB (Red+Green+Blue) = 171+74+168=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AA8 is #54B557. Grayscale: #717171. Windows color (decimal): -5551448 or 11029163. OLE color: 11029163.

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

Color convert

RGB 171 74 168 -
CMYK 0 0.57 0.02 0.33
HSL 301.86º 0.4% 0.48% -
HSV(B) 301.86º 0.57% 0.67% -
XYZ 26.31 16.38 38.82 -
YUV 113.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 171 74 168 0 0.57 0.02 0.33 301.86 0.4 0.48
Hex AB 4A A8 0 39 2 21 12E 28 30
Octal 253 112 250 0 71 2 41 456 50 60
Binary 10101011 1001010 10101000 0 111001 10 100001 100101110 101000 110000

Color Harmonies of #AB4AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AA8

Black with #AB4AA8

Text Example


Text Example

White with #AB4AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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