Html Css Color HEX #AE539C Violet Blue

📋 copy color: '#AE539C'

red 174 ◦ green 83 ◦ blue 156

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

Shades of Violet Blue #AE539C

Tints of Violet Blue #AE539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 42.13%
G = 20.1%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE539C (or 0xAE539C) is known color: Violet Blue. HEX triplet: AE, 53 and 9C. RGB value is (174,83,156). Sum of RGB (Red+Green+Blue) = 174+83+156=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE539C is #51AC63. Grayscale: #767676. Windows color (decimal): -5352548 or 10245038. OLE color: 10245038.

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

Color convert

RGB 174 83 156 -
CMYK 0 0.52 0.10 0.32
HSL 311.87º 0.36% 0.5% -
HSV(B) 311.87º 0.52% 0.68% -
XYZ 26.55 17.59 33.45 -
YUV 118.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 174 83 156 0 0.52 0.10 0.32 311.87 0.36 0.5
Hex AE 53 9C 0 34 A 20 138 24 32
Octal 256 123 234 0 64 12 40 470 44 62
Binary 10101110 1010011 10011100 0 110100 1010 100000 100111000 100100 110010

Color Harmonies of #AE539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE539C

Black with #AE539C

Text Example


Text Example

White with #AE539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE539C; }

 p { color: rgb(174,83,156); }

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

background-color css

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

 a { background-color: rgb(174,83,156); }

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

border-color css

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

 span { border-color: rgb(174,83,156); }

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