Html Css Color HEX #AE1CA3 Medium Violet Red

📋 copy color: '#AE1CA3'

red 174 ◦ green 28 ◦ blue 163

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

Shades of Medium Violet Red #AE1CA3

Tints of Medium Violet Red #AE1CA3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.67%

 BLUE value IS 163 (64.06% from 255) = 44.66%

R = 47.67%
G = 7.67%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#AE1CA3 (or 0xAE1CA3) is known color: Medium Violet Red. HEX triplet: AE, 1C and A3. RGB value is (174,28,163). Sum of RGB (Red+Green+Blue) = 174+28+163=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1CA3 is #51E35C. Grayscale: #565656. Windows color (decimal): -5366621 or 10689710. OLE color: 10689710.

HSL color Cylindrical-coordinate representation of color #AE1CA3: hue angle of 304.52º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1CA3 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 163 -
CMYK 0 0.84 0.06 0.32
HSL 304.52º 0.72% 0.4% -
HSV(B) 304.52º 0.84% 0.68% -
XYZ 24.48 12.47 35.77 -
YUV 87.04 170.87 190.02 -
System Red Green Blue C M Y K H S L
Decimal 174 28 163 0 0.84 0.06 0.32 304.52 0.72 0.4
Hex AE 1C A3 0 54 6 20 131 48 28
Octal 256 34 243 0 124 6 40 461 110 50
Binary 10101110 11100 10100011 0 1010100 110 100000 100110001 1001000 101000

Color Harmonies of #AE1CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CA3

Black with #AE1CA3

Text Example


Text Example

White with #AE1CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CA3; }

 p { color: rgb(174,28,163); }

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

background-color css

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

 a { background-color: rgb(174,28,163); }

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

border-color css

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

 span { border-color: rgb(174,28,163); }

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