Html Css Color HEX #AE5A98 Violet Blue

📋 copy color: '#AE5A98'

red 174 ◦ green 90 ◦ blue 152

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

Shades of Violet Blue #AE5A98

Tints of Violet Blue #AE5A98

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 41.83%
G = 21.63%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE5A98 (or 0xAE5A98) is known color: Violet Blue. HEX triplet: AE, 5A and 98. RGB value is (174,90,152). Sum of RGB (Red+Green+Blue) = 174+90+152=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5A98 is #51A567. Grayscale: #7A7A7A. Windows color (decimal): -5350760 or 9984686. OLE color: 9984686.

HSL color Cylindrical-coordinate representation of color #AE5A98: hue angle of 315.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE5A98 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 90 152 -
CMYK 0 0.48 0.13 0.32
HSL 315.71º 0.34% 0.52% -
HSV(B) 315.71º 0.48% 0.68% -
XYZ 26.78 18.58 31.88 -
YUV 122.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 174 90 152 0 0.48 0.13 0.32 315.71 0.34 0.52
Hex AE 5A 98 0 30 D 20 13C 22 34
Octal 256 132 230 0 60 15 40 474 42 64
Binary 10101110 1011010 10011000 0 110000 1101 100000 100111100 100010 110100

Color Harmonies of #AE5A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5A98

Black with #AE5A98

Text Example


Text Example

White with #AE5A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5A98; }

 p { color: rgb(174,90,152); }

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

background-color css

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

 a { background-color: rgb(174,90,152); }

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

border-color css

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

 span { border-color: rgb(174,90,152); }

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