Html Css Color HEX #AB4DAE Violet Blue

📋 copy color: '#AB4DAE'

red 171 ◦ green 77 ◦ blue 174

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

Shades of Violet Blue #AB4DAE

Tints of Violet Blue #AB4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.25%

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

R = 40.52%
G = 18.25%
B = 41.23%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB4DAE (or 0xAB4DAE) is known color: Violet Blue. HEX triplet: AB, 4D and AE. RGB value is (171,77,174). Sum of RGB (Red+Green+Blue) = 171+77+174=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4DAE is #54B251. Grayscale: #737373. Windows color (decimal): -5550674 or 11423147. OLE color: 11423147.

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

Color convert

RGB 171 77 174 -
CMYK 0.02 0.56 0 0.32
HSL 298.14º 0.39% 0.49% -
HSV(B) 298.14º 0.56% 0.68% -
XYZ 27.09 17.02 41.9 -
YUV 116.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 171 77 174 0.02 0.56 0 0.32 298.14 0.39 0.49
Hex AB 4D AE 2 38 0 20 12A 27 31
Octal 253 115 256 2 70 0 40 452 47 61
Binary 10101011 1001101 10101110 10 111000 0 100000 100101010 100111 110001

Color Harmonies of #AB4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DAE

Black with #AB4DAE

Text Example


Text Example

White with #AB4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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