Html Css Color HEX #AB45A1 Violet Blue

📋 copy color: '#AB45A1'

red 171 ◦ green 69 ◦ blue 161

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

Shades of Violet Blue #AB45A1

Tints of Violet Blue #AB45A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.15%

R = 42.64%
G = 17.21%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB45A1 (or 0xAB45A1) is known color: Violet Blue. HEX triplet: AB, 45 and A1. RGB value is (171,69,161). Sum of RGB (Red+Green+Blue) = 171+69+161=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45A1 is #54BA5E. Grayscale: #6D6D6D. Windows color (decimal): -5552735 or 10569131. OLE color: 10569131.

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

Color convert

RGB 171 69 161 -
CMYK 0 0.60 0.06 0.33
HSL 305.88º 0.43% 0.47% -
HSV(B) 305.88º 0.6% 0.67% -
XYZ 25.36 15.49 35.37 -
YUV 109.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 171 69 161 0 0.60 0.06 0.33 305.88 0.43 0.47
Hex AB 45 A1 0 3C 6 21 132 2A 2F
Octal 253 105 241 0 74 6 41 462 52 57
Binary 10101011 1000101 10100001 0 111100 110 100001 100110010 101010 101111

Color Harmonies of #AB45A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45A1

Black with #AB45A1

Text Example


Text Example

White with #AB45A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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