Html Css Color HEX #AE449C Violet Blue

📋 copy color: '#AE449C'

red 174 ◦ green 68 ◦ blue 156

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

Shades of Violet Blue #AE449C

Tints of Violet Blue #AE449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

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

R = 43.72%
G = 17.09%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AE449C (or 0xAE449C) is known color: Violet Blue. HEX triplet: AE, 44 and 9C. RGB value is (174,68,156). Sum of RGB (Red+Green+Blue) = 174+68+156=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE449C is #51BB63. Grayscale: #6D6D6D. Windows color (decimal): -5356388 or 10241198. OLE color: 10241198.

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

Color convert

RGB 174 68 156 -
CMYK 0 0.61 0.10 0.32
HSL 310.19º 0.44% 0.47% -
HSV(B) 310.19º 0.61% 0.68% -
XYZ 25.52 15.53 33.11 -
YUV 109.73 154.12 173.84 -
System Red Green Blue C M Y K H S L
Decimal 174 68 156 0 0.61 0.10 0.32 310.19 0.44 0.47
Hex AE 44 9C 0 3D A 20 136 2C 2F
Octal 256 104 234 0 75 12 40 466 54 57
Binary 10101110 1000100 10011100 0 111101 1010 100000 100110110 101100 101111

Color Harmonies of #AE449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE449C

Black with #AE449C

Text Example


Text Example

White with #AE449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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