Html Css Color HEX #AB5AAA Violet Blue

📋 copy color: '#AB5AAA'

red 171 ◦ green 90 ◦ blue 170

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

Shades of Violet Blue #AB5AAA

Tints of Violet Blue #AB5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.88%

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

R = 39.68%
G = 20.88%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB5AAA (or 0xAB5AAA) is known color: Violet Blue. HEX triplet: AB, 5A and AA. RGB value is (171,90,170). Sum of RGB (Red+Green+Blue) = 171+90+170=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAA is #54A555. Grayscale: #7B7B7B. Windows color (decimal): -5547350 or 11164331. OLE color: 11164331.

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

Color convert

RGB 171 90 170 -
CMYK 0 0.47 0.01 0.33
HSL 300.74º 0.33% 0.51% -
HSV(B) 300.74º 0.47% 0.67% -
XYZ 27.71 18.87 40.21 -
YUV 123.34 154.34 162 -
System Red Green Blue C M Y K H S L
Decimal 171 90 170 0 0.47 0.01 0.33 300.74 0.33 0.51
Hex AB 5A AA 0 2F 1 21 12D 21 33
Octal 253 132 252 0 57 1 41 455 41 63
Binary 10101011 1011010 10101010 0 101111 1 100001 100101101 100001 110011

Color Harmonies of #AB5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AAA

Black with #AB5AAA

Text Example


Text Example

White with #AB5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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