Html Css Color HEX #AE559D Violet Blue

📋 copy color: '#AE559D'

red 174 ◦ green 85 ◦ blue 157

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

Shades of Violet Blue #AE559D

Tints of Violet Blue #AE559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 41.83%
G = 20.43%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE559D (or 0xAE559D) is known color: Violet Blue. HEX triplet: AE, 55 and 9D. RGB value is (174,85,157). Sum of RGB (Red+Green+Blue) = 174+85+157=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE559D is #51AA62. Grayscale: #777777. Windows color (decimal): -5352035 or 10311086. OLE color: 10311086.

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

Color convert

RGB 174 85 157 -
CMYK 0 0.51 0.10 0.32
HSL 311.46º 0.35% 0.51% -
HSV(B) 311.46º 0.51% 0.68% -
XYZ 26.79 17.93 33.95 -
YUV 119.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 174 85 157 0 0.51 0.10 0.32 311.46 0.35 0.51
Hex AE 55 9D 0 33 A 20 137 23 33
Octal 256 125 235 0 63 12 40 467 43 63
Binary 10101110 1010101 10011101 0 110011 1010 100000 100110111 100011 110011

Color Harmonies of #AE559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE559D

Black with #AE559D

Text Example


Text Example

White with #AE559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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