Html Css Color HEX #AB5DAE Violet Blue

📋 copy color: '#AB5DAE'

red 171 ◦ green 93 ◦ blue 174

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

Shades of Violet Blue #AB5DAE

Tints of Violet Blue #AB5DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 39.04%
G = 21.23%
B = 39.73%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB5DAE (or 0xAB5DAE) is known color: Violet Blue. HEX triplet: AB, 5D and AE. RGB value is (171,93,174). Sum of RGB (Red+Green+Blue) = 171+93+174=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB5DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DAE is #54A251. Grayscale: #7D7D7D. Windows color (decimal): -5546578 or 11427243. OLE color: 11427243.

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

Color convert

RGB 171 93 174 -
CMYK 0.02 0.47 0 0.32
HSL 297.78º 0.33% 0.52% -
HSV(B) 297.78º 0.47% 0.68% -
XYZ 28.35 19.54 42.32 -
YUV 125.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 171 93 174 0.02 0.47 0 0.32 297.78 0.33 0.52
Hex AB 5D AE 2 2F 0 20 12A 21 34
Octal 253 135 256 2 57 0 40 452 41 64
Binary 10101011 1011101 10101110 10 101111 0 100000 100101010 100001 110100

Color Harmonies of #AB5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DAE

Black with #AB5DAE

Text Example


Text Example

White with #AB5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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