Html Css Color HEX #AE429D Violet Blue

📋 copy color: '#AE429D'

red 174 ◦ green 66 ◦ blue 157

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

Shades of Violet Blue #AE429D

Tints of Violet Blue #AE429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 43.83%
G = 16.62%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE429D (or 0xAE429D) is known color: Violet Blue. HEX triplet: AE, 42 and 9D. RGB value is (174,66,157). Sum of RGB (Red+Green+Blue) = 174+66+157=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE429D is #51BD62. Grayscale: #6C6C6C. Windows color (decimal): -5356899 or 10306222. OLE color: 10306222.

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

Color convert

RGB 174 66 157 -
CMYK 0 0.62 0.10 0.32
HSL 309.44º 0.45% 0.47% -
HSV(B) 309.44º 0.62% 0.68% -
XYZ 25.49 15.33 33.51 -
YUV 108.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 174 66 157 0 0.62 0.10 0.32 309.44 0.45 0.47
Hex AE 42 9D 0 3E A 20 135 2D 2F
Octal 256 102 235 0 76 12 40 465 55 57
Binary 10101110 1000010 10011101 0 111110 1010 100000 100110101 101101 101111

Color Harmonies of #AE429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE429D

Black with #AE429D

Text Example


Text Example

White with #AE429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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