Html Css Color HEX #AE589D Violet Blue

📋 copy color: '#AE589D'

red 174 ◦ green 88 ◦ blue 157

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

Shades of Violet Blue #AE589D

Tints of Violet Blue #AE589D

RGB

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

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

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

R = 41.53%
G = 21%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE589D (or 0xAE589D) is known color: Violet Blue. HEX triplet: AE, 58 and 9D. RGB value is (174,88,157). Sum of RGB (Red+Green+Blue) = 174+88+157=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE589D is #51A762. Grayscale: #797979. Windows color (decimal): -5351267 or 10311854. OLE color: 10311854.

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

Color convert

RGB 174 88 157 -
CMYK 0 0.49 0.10 0.32
HSL 311.86º 0.35% 0.51% -
HSV(B) 311.86º 0.49% 0.68% -
XYZ 27.03 18.41 34.03 -
YUV 121.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 174 88 157 0 0.49 0.10 0.32 311.86 0.35 0.51
Hex AE 58 9D 0 31 A 20 138 23 33
Octal 256 130 235 0 61 12 40 470 43 63
Binary 10101110 1011000 10011101 0 110001 1010 100000 100111000 100011 110011

Color Harmonies of #AE589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE589D

Black with #AE589D

Text Example


Text Example

White with #AE589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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