Html Css Color HEX #AB3AA4 Violet Blue

📋 copy color: '#AB3AA4'

red 171 ◦ green 58 ◦ blue 164

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

Shades of Violet Blue #AB3AA4

Tints of Violet Blue #AB3AA4

RGB

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

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

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

R = 43.51%
G = 14.76%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB3AA4 (or 0xAB3AA4) is known color: Violet Blue. HEX triplet: AB, 3A and A4. RGB value is (171,58,164). Sum of RGB (Red+Green+Blue) = 171+58+164=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3AA4 is #54C55B. Grayscale: #676767. Windows color (decimal): -5555548 or 10762923. OLE color: 10762923.

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

Color convert

RGB 171 58 164 -
CMYK 0 0.66 0.04 0.33
HSL 303.72º 0.49% 0.45% -
HSV(B) 303.72º 0.66% 0.67% -
XYZ 25.01 14.36 36.58 -
YUV 103.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 171 58 164 0 0.66 0.04 0.33 303.72 0.49 0.45
Hex AB 3A A4 0 42 4 21 130 31 2D
Octal 253 72 244 0 102 4 41 460 61 55
Binary 10101011 111010 10100100 0 1000010 100 100001 100110000 110001 101101

Color Harmonies of #AB3AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AA4

Black with #AB3AA4

Text Example


Text Example

White with #AB3AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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