Html Css Color HEX #AB44AA Violet Blue

📋 copy color: '#AB44AA'

red 171 ◦ green 68 ◦ blue 170

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

Shades of Violet Blue #AB44AA

Tints of Violet Blue #AB44AA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.63%

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

R = 41.81%
G = 16.63%
B = 41.56%

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

#AB44AA (or 0xAB44AA) is known color: Violet Blue. HEX triplet: AB, 44 and AA. RGB value is (171,68,170). Sum of RGB (Red+Green+Blue) = 171+68+170=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB44AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44AA is #54BB55. Grayscale: #6E6E6E. Windows color (decimal): -5552982 or 11158699. OLE color: 11158699.

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

Color convert

RGB 171 68 170 -
CMYK 0 0.60 0.01 0.33
HSL 300.58º 0.43% 0.47% -
HSV(B) 300.58º 0.6% 0.67% -
XYZ 26.12 15.69 39.68 -
YUV 110.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 171 68 170 0 0.60 0.01 0.33 300.58 0.43 0.47
Hex AB 44 AA 0 3C 1 21 12D 2B 2F
Octal 253 104 252 0 74 1 41 455 53 57
Binary 10101011 1000100 10101010 0 111100 1 100001 100101101 101011 101111

Color Harmonies of #AB44AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44AA

Black with #AB44AA

Text Example


Text Example

White with #AB44AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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