Html Css Color HEX #AE58AD Violet Blue

📋 copy color: '#AE58AD'

red 174 ◦ green 88 ◦ blue 173

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

Shades of Violet Blue #AE58AD

Tints of Violet Blue #AE58AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.23%

 BLUE value IS 173 (67.97% from 255) = 39.77%

R = 40%
G = 20.23%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#AE58AD (or 0xAE58AD) is known color: Violet Blue. HEX triplet: AE, 58 and AD. RGB value is (174,88,173). Sum of RGB (Red+Green+Blue) = 174+88+173=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE58AD is #51A752. Grayscale: #7B7B7B. Windows color (decimal): -5351251 or 11360430. OLE color: 11360430.

HSL color Cylindrical-coordinate representation of color #AE58AD: hue angle of 300.7º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE58AD is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 88 173 -
CMYK 0 0.49 0.01 0.32
HSL 300.7º 0.35% 0.51% -
HSV(B) 300.7º 0.49% 0.68% -
XYZ 28.49 19 41.7 -
YUV 123.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 174 88 173 0 0.49 0.01 0.32 300.7 0.35 0.51
Hex AE 58 AD 0 31 1 20 12D 23 33
Octal 256 130 255 0 61 1 40 455 43 63
Binary 10101110 1011000 10101101 0 110001 1 100000 100101101 100011 110011

Color Harmonies of #AE58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE58AD

Black with #AE58AD

Text Example


Text Example

White with #AE58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE58AD; }

 p { color: rgb(174,88,173); }

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

background-color css

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

 a { background-color: rgb(174,88,173); }

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

border-color css

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

 span { border-color: rgb(174,88,173); }

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