Html Css Color HEX #AB4CAE Violet Blue

📋 copy color: '#AB4CAE'

red 171 ◦ green 76 ◦ blue 174

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

Shades of Violet Blue #AB4CAE

Tints of Violet Blue #AB4CAE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

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

R = 40.62%
G = 18.05%
B = 41.33%

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

#AB4CAE (or 0xAB4CAE) is known color: Violet Blue. HEX triplet: AB, 4C and AE. RGB value is (171,76,174). Sum of RGB (Red+Green+Blue) = 171+76+174=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4CAE is #54B351. Grayscale: #737373. Windows color (decimal): -5550930 or 11422891. OLE color: 11422891.

HSL color Cylindrical-coordinate representation of color #AB4CAE: hue angle of 298.16º 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 #AB4CAE is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 76 174 -
CMYK 0.02 0.56 0 0.32
HSL 298.16º 0.39% 0.49% -
HSV(B) 298.16º 0.56% 0.68% -
XYZ 27.02 16.88 41.88 -
YUV 115.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 171 76 174 0.02 0.56 0 0.32 298.16 0.39 0.49
Hex AB 4C AE 2 38 0 20 12A 27 31
Octal 253 114 256 2 70 0 40 452 47 61
Binary 10101011 1001100 10101110 10 111000 0 100000 100101010 100111 110001

Color Harmonies of #AB4CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CAE

Black with #AB4CAE

Text Example


Text Example

White with #AB4CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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