Html Css Color HEX #AB3AA8 Violet Blue

📋 copy color: '#AB3AA8'

red 171 ◦ green 58 ◦ blue 168

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

Shades of Violet Blue #AB3AA8

Tints of Violet Blue #AB3AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.61%

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

R = 43.07%
G = 14.61%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB3AA8 (or 0xAB3AA8) is known color: Violet Blue. HEX triplet: AB, 3A and A8. RGB value is (171,58,168). Sum of RGB (Red+Green+Blue) = 171+58+168=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AA8 is #54C557. Grayscale: #686868. Windows color (decimal): -5555544 or 11025067. OLE color: 11025067.

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

Color convert

RGB 171 58 168 -
CMYK 0 0.66 0.02 0.33
HSL 301.59º 0.49% 0.45% -
HSV(B) 301.59º 0.66% 0.67% -
XYZ 25.38 14.51 38.51 -
YUV 104.33 163.94 175.56 -
System Red Green Blue C M Y K H S L
Decimal 171 58 168 0 0.66 0.02 0.33 301.59 0.49 0.45
Hex AB 3A A8 0 42 2 21 12E 31 2D
Octal 253 72 250 0 102 2 41 456 61 55
Binary 10101011 111010 10101000 0 1000010 10 100001 100101110 110001 101101

Color Harmonies of #AB3AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AA8

Black with #AB3AA8

Text Example


Text Example

White with #AB3AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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