Html Css Color HEX #AB45AA Violet Blue

📋 copy color: '#AB45AA'

red 171 ◦ green 69 ◦ blue 170

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

Shades of Violet Blue #AB45AA

Tints of Violet Blue #AB45AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 41.71%
G = 16.83%
B = 41.46%

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

#AB45AA (or 0xAB45AA) is known color: Violet Blue. HEX triplet: AB, 45 and AA. RGB value is (171,69,170). Sum of RGB (Red+Green+Blue) = 171+69+170=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB45AA is #54BA55. Grayscale: #6E6E6E. Windows color (decimal): -5552726 or 11158955. OLE color: 11158955.

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

Color convert

RGB 171 69 170 -
CMYK 0 0.60 0.01 0.33
HSL 300.59º 0.43% 0.47% -
HSV(B) 300.59º 0.6% 0.67% -
XYZ 26.18 15.82 39.7 -
YUV 111.01 161.29 170.79 -
System Red Green Blue C M Y K H S L
Decimal 171 69 170 0 0.60 0.01 0.33 300.59 0.43 0.47
Hex AB 45 AA 0 3C 1 21 12D 2A 2F
Octal 253 105 252 0 74 1 41 455 52 57
Binary 10101011 1000101 10101010 0 111100 1 100001 100101101 101010 101111

Color Harmonies of #AB45AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB45AA

Black with #AB45AA

Text Example


Text Example

White with #AB45AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB45AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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