Html Css Color HEX #AE589B Violet Blue

📋 copy color: '#AE589B'

red 174 ◦ green 88 ◦ blue 155

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

Shades of Violet Blue #AE589B

Tints of Violet Blue #AE589B

RGB

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

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

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

R = 41.73%
G = 21.1%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#AE589B (or 0xAE589B) is known color: Violet Blue. HEX triplet: AE, 58 and 9B. RGB value is (174,88,155). Sum of RGB (Red+Green+Blue) = 174+88+155=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE589B is #51A764. Grayscale: #797979. Windows color (decimal): -5351269 or 10180782. OLE color: 10180782.

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

Color convert

RGB 174 88 155 -
CMYK 0 0.49 0.11 0.32
HSL 313.26º 0.35% 0.51% -
HSV(B) 313.26º 0.49% 0.68% -
XYZ 26.86 18.34 33.14 -
YUV 121.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 174 88 155 0 0.49 0.11 0.32 313.26 0.35 0.51
Hex AE 58 9B 0 31 B 20 139 23 33
Octal 256 130 233 0 61 13 40 471 43 63
Binary 10101110 1011000 10011011 0 110001 1011 100000 100111001 100011 110011

Color Harmonies of #AE589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE589B

Black with #AE589B

Text Example


Text Example

White with #AE589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE589B; }

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

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

background-color css

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

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

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

border-color css

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

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

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