Html Css Color HEX #AB5DAA Violet Blue

📋 copy color: '#AB5DAA'

red 171 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #AB5DAA

Tints of Violet Blue #AB5DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

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

R = 39.4%
G = 21.43%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB5DAA (or 0xAB5DAA) is known color: Violet Blue. HEX triplet: AB, 5D and AA. RGB value is (171,93,170). Sum of RGB (Red+Green+Blue) = 171+93+170=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DAA is #54A255. Grayscale: #7C7C7C. Windows color (decimal): -5546582 or 11165099. OLE color: 11165099.

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

Color convert

RGB 171 93 170 -
CMYK 0 0.46 0.01 0.33
HSL 300.77º 0.32% 0.52% -
HSV(B) 300.77º 0.46% 0.67% -
XYZ 27.96 19.39 40.3 -
YUV 125.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 171 93 170 0 0.46 0.01 0.33 300.77 0.32 0.52
Hex AB 5D AA 0 2E 1 21 12D 20 34
Octal 253 135 252 0 56 1 41 455 40 64
Binary 10101011 1011101 10101010 0 101110 1 100001 100101101 100000 110100

Color Harmonies of #AB5DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DAA

Black with #AB5DAA

Text Example


Text Example

White with #AB5DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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