Html Css Color HEX #AE10C9 Dark Violet

📋 copy color: '#AE10C9'

red 174 ◦ green 16 ◦ blue 201

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

Shades of Dark Violet #AE10C9

Tints of Dark Violet #AE10C9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.09%

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 44.5%
G = 4.09%
B = 51.41%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE10C9 (or 0xAE10C9) is known color: Dark Violet. HEX triplet: AE, 10 and C9. RGB value is (174,16,201). Sum of RGB (Red+Green+Blue) = 174+16+201=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE10C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE10C9 is #51EF36. Grayscale: #535353. Windows color (decimal): -5369655 or 13177006. OLE color: 13177006.

HSL color Cylindrical-coordinate representation of color #AE10C9: hue angle of 291.24º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE10C9 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 16 201 -
CMYK 0.13 0.92 0 0.21
HSL 291.24º 0.85% 0.43% -
HSV(B) 291.24º 0.92% 0.79% -
XYZ 28.18 13.59 56.4 -
YUV 84.33 193.85 191.96 -
System Red Green Blue C M Y K H S L
Decimal 174 16 201 0.13 0.92 0 0.21 291.24 0.85 0.43
Hex AE 10 C9 D 5C 0 15 123 55 2B
Octal 256 20 311 15 134 0 25 443 125 53
Binary 10101110 10000 11001001 1101 1011100 0 10101 100100011 1010101 101011

Color Harmonies of #AE10C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE10C9

Black with #AE10C9

Text Example


Text Example

White with #AE10C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE10C9; }

 p { color: rgb(174,16,201); }

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

background-color css

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

 a { background-color: rgb(174,16,201); }

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

border-color css

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

 span { border-color: rgb(174,16,201); }

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