Html Css Color HEX #AB50AA Violet Blue

📋 copy color: '#AB50AA'

red 171 ◦ green 80 ◦ blue 170

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

Shades of Violet Blue #AB50AA

Tints of Violet Blue #AB50AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 40.62%
G = 19%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB50AA (or 0xAB50AA) is known color: Violet Blue. HEX triplet: AB, 50 and AA. RGB value is (171,80,170). Sum of RGB (Red+Green+Blue) = 171+80+170=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB50AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB50AA is #54AF55. Grayscale: #757575. Windows color (decimal): -5549910 or 11161771. OLE color: 11161771.

HSL color Cylindrical-coordinate representation of color #AB50AA: hue angle of 300.66º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB50AA is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 80 170 -
CMYK 0 0.53 0.01 0.33
HSL 300.66º 0.36% 0.49% -
HSV(B) 300.66º 0.53% 0.67% -
XYZ 26.92 17.3 39.95 -
YUV 117.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 171 80 170 0 0.53 0.01 0.33 300.66 0.36 0.49
Hex AB 50 AA 0 35 1 21 12D 24 31
Octal 253 120 252 0 65 1 41 455 44 61
Binary 10101011 1010000 10101010 0 110101 1 100001 100101101 100100 110001

Color Harmonies of #AB50AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB50AA

Black with #AB50AA

Text Example


Text Example

White with #AB50AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB50AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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