Html Css Color HEX #AB45A9 Violet Blue

📋 copy color: '#AB45A9'

red 171 ◦ green 69 ◦ blue 169

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

Shades of Violet Blue #AB45A9

Tints of Violet Blue #AB45A9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.87%

 BLUE value IS 169 (66.41% from 255) = 41.32%

R = 41.81%
G = 16.87%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB45A9 (or 0xAB45A9) is known color: Violet Blue. HEX triplet: AB, 45 and A9. RGB value is (171,69,169). Sum of RGB (Red+Green+Blue) = 171+69+169=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45A9 is #54BA56. Grayscale: #6E6E6E. Windows color (decimal): -5552727 or 11093419. OLE color: 11093419.

HSL color Cylindrical-coordinate representation of color #AB45A9: hue angle of 301.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB45A9 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 69 169 -
CMYK 0 0.60 0.01 0.33
HSL 301.18º 0.43% 0.47% -
HSV(B) 301.18º 0.6% 0.67% -
XYZ 26.08 15.78 39.21 -
YUV 110.9 160.79 170.87 -
System Red Green Blue C M Y K H S L
Decimal 171 69 169 0 0.60 0.01 0.33 301.18 0.43 0.47
Hex AB 45 A9 0 3C 1 21 12D 2A 2F
Octal 253 105 251 0 74 1 41 455 52 57
Binary 10101011 1000101 10101001 0 111100 1 100001 100101101 101010 101111

Color Harmonies of #AB45A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45A9

Black with #AB45A9

Text Example


Text Example

White with #AB45A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45A9; }

 p { color: rgb(171,69,169); }

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

background-color css

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

 a { background-color: rgb(171,69,169); }

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

border-color css

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

 span { border-color: rgb(171,69,169); }

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