Html Css Color HEX #AB5AAC Violet Blue

📋 copy color: '#AB5AAC'

red 171 ◦ green 90 ◦ blue 172

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

Shades of Violet Blue #AB5AAC

Tints of Violet Blue #AB5AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 39.49%
G = 20.79%
B = 39.72%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB5AAC (or 0xAB5AAC) is known color: Violet Blue. HEX triplet: AB, 5A and AC. RGB value is (171,90,172). Sum of RGB (Red+Green+Blue) = 171+90+172=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB5AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AAC is #54A553. Grayscale: #7B7B7B. Windows color (decimal): -5547348 or 11295403. OLE color: 11295403.

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

Color convert

RGB 171 90 172 -
CMYK 0.01 0.48 0 0.33
HSL 299.27º 0.33% 0.51% -
HSV(B) 299.27º 0.48% 0.67% -
XYZ 27.9 18.95 41.22 -
YUV 123.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 171 90 172 0.01 0.48 0 0.33 299.27 0.33 0.51
Hex AB 5A AC 1 30 0 21 12B 21 33
Octal 253 132 254 1 60 0 41 453 41 63
Binary 10101011 1011010 10101100 1 110000 0 100001 100101011 100001 110011

Color Harmonies of #AB5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AAC

Black with #AB5AAC

Text Example


Text Example

White with #AB5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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