Html Css Color HEX #AE51A2 Violet Blue

📋 copy color: '#AE51A2'

red 174 ◦ green 81 ◦ blue 162

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

Shades of Violet Blue #AE51A2

Tints of Violet Blue #AE51A2

RGB

 RED value IS 174 (68.36% from 255) = 41.73%

 GREEN value IS 81 (32.03% from 255) = 19.42%

 BLUE value IS 162 (63.67% from 255) = 38.85%

R = 41.73%
G = 19.42%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AE51A2 (or 0xAE51A2) is known color: Violet Blue. HEX triplet: AE, 51 and A2. RGB value is (174,81,162). Sum of RGB (Red+Green+Blue) = 174+81+162=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51A2 is #51AE5D. Grayscale: #757575. Windows color (decimal): -5353054 or 10637742. OLE color: 10637742.

HSL color Cylindrical-coordinate representation of color #AE51A2: hue angle of 307.74º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE51A2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 162 -
CMYK 0 0.53 0.07 0.32
HSL 307.74º 0.36% 0.5% -
HSV(B) 307.74º 0.53% 0.68% -
XYZ 26.92 17.49 36.14 -
YUV 118.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 174 81 162 0 0.53 0.07 0.32 307.74 0.36 0.5
Hex AE 51 A2 0 35 7 20 134 24 32
Octal 256 121 242 0 65 7 40 464 44 62
Binary 10101110 1010001 10100010 0 110101 111 100000 100110100 100100 110010

Color Harmonies of #AE51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51A2

Black with #AE51A2

Text Example


Text Example

White with #AE51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51A2; }

 p { color: rgb(174,81,162); }

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

background-color css

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

 a { background-color: rgb(174,81,162); }

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

border-color css

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

 span { border-color: rgb(174,81,162); }

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