Html Css Color HEX #AB40A2 Violet Blue

📋 copy color: '#AB40A2'

red 171 ◦ green 64 ◦ blue 162

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

Shades of Violet Blue #AB40A2

Tints of Violet Blue #AB40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

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

R = 43.07%
G = 16.12%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AB40A2 (or 0xAB40A2) is known color: Violet Blue. HEX triplet: AB, 40 and A2. RGB value is (171,64,162). Sum of RGB (Red+Green+Blue) = 171+64+162=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB40A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40A2 is #54BF5D. Grayscale: #6A6A6A. Windows color (decimal): -5554014 or 10633387. OLE color: 10633387.

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

Color convert

RGB 171 64 162 -
CMYK 0 0.63 0.05 0.33
HSL 305.05º 0.46% 0.46% -
HSV(B) 305.05º 0.63% 0.67% -
XYZ 25.15 14.93 35.74 -
YUV 107.17 158.95 173.53 -
System Red Green Blue C M Y K H S L
Decimal 171 64 162 0 0.63 0.05 0.33 305.05 0.46 0.46
Hex AB 40 A2 0 3F 5 21 131 2E 2E
Octal 253 100 242 0 77 5 41 461 56 56
Binary 10101011 1000000 10100010 0 111111 101 100001 100110001 101110 101110

Color Harmonies of #AB40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB40A2

Black with #AB40A2

Text Example


Text Example

White with #AB40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB40A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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