Html Css Color HEX #AE519B Violet Blue

📋 copy color: '#AE519B'

red 174 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #AE519B

Tints of Violet Blue #AE519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 42.44%
G = 19.76%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE519B (or 0xAE519B) is known color: Violet Blue. HEX triplet: AE, 51 and 9B. RGB value is (174,81,155). Sum of RGB (Red+Green+Blue) = 174+81+155=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE519B is #51AE64. Grayscale: #757575. Windows color (decimal): -5353061 or 10178990. OLE color: 10178990.

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

Color convert

RGB 174 81 155 -
CMYK 0 0.53 0.11 0.32
HSL 312.26º 0.36% 0.5% -
HSV(B) 312.26º 0.53% 0.68% -
XYZ 26.31 17.25 32.95 -
YUV 117.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 174 81 155 0 0.53 0.11 0.32 312.26 0.36 0.5
Hex AE 51 9B 0 35 B 20 138 24 32
Octal 256 121 233 0 65 13 40 470 44 62
Binary 10101110 1010001 10011011 0 110101 1011 100000 100111000 100100 110010

Color Harmonies of #AE519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE519B

Black with #AE519B

Text Example


Text Example

White with #AE519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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