Html Css Color HEX #AE529C Violet Blue

📋 copy color: '#AE529C'

red 174 ◦ green 82 ◦ blue 156

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

Shades of Violet Blue #AE529C

Tints of Violet Blue #AE529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 42.23%
G = 19.9%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE529C (or 0xAE529C) is known color: Violet Blue. HEX triplet: AE, 52 and 9C. RGB value is (174,82,156). Sum of RGB (Red+Green+Blue) = 174+82+156=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE529C is #51AD63. Grayscale: #757575. Windows color (decimal): -5352804 or 10244782. OLE color: 10244782.

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

Color convert

RGB 174 82 156 -
CMYK 0 0.53 0.10 0.32
HSL 311.74º 0.36% 0.5% -
HSV(B) 311.74º 0.53% 0.68% -
XYZ 26.47 17.43 33.42 -
YUV 117.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 174 82 156 0 0.53 0.10 0.32 311.74 0.36 0.5
Hex AE 52 9C 0 35 A 20 138 24 32
Octal 256 122 234 0 65 12 40 470 44 62
Binary 10101110 1010010 10011100 0 110101 1010 100000 100111000 100100 110010

Color Harmonies of #AE529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE529C

Black with #AE529C

Text Example


Text Example

White with #AE529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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