Html Css Color HEX #AE519D Violet Blue

📋 copy color: '#AE519D'

red 174 ◦ green 81 ◦ blue 157

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

Shades of Violet Blue #AE519D

Tints of Violet Blue #AE519D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 42.23%
G = 19.66%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE519D (or 0xAE519D) is known color: Violet Blue. HEX triplet: AE, 51 and 9D. RGB value is (174,81,157). Sum of RGB (Red+Green+Blue) = 174+81+157=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE519D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE519D is #51AE62. Grayscale: #757575. Windows color (decimal): -5353059 or 10310062. OLE color: 10310062.

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

Color convert

RGB 174 81 157 -
CMYK 0 0.53 0.10 0.32
HSL 310.97º 0.36% 0.5% -
HSV(B) 310.97º 0.53% 0.68% -
XYZ 26.48 17.32 33.85 -
YUV 117.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 174 81 157 0 0.53 0.10 0.32 310.97 0.36 0.5
Hex AE 51 9D 0 35 A 20 137 24 32
Octal 256 121 235 0 65 12 40 467 44 62
Binary 10101110 1010001 10011101 0 110101 1010 100000 100110111 100100 110010

Color Harmonies of #AE519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE519D

Black with #AE519D

Text Example


Text Example

White with #AE519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE519D; }

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

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

background-color css

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

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

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

border-color css

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

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

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