Html Css Color HEX #AE15C9 Dark Violet

📋 copy color: '#AE15C9'

red 174 ◦ green 21 ◦ blue 201

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

Shades of Dark Violet #AE15C9

Tints of Dark Violet #AE15C9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.3%

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

R = 43.94%
G = 5.3%
B = 50.76%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE15C9 (or 0xAE15C9) is known color: Dark Violet. HEX triplet: AE, 15 and C9. RGB value is (174,21,201). Sum of RGB (Red+Green+Blue) = 174+21+201=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE15C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15C9 is #51EA36. Grayscale: #565656. Windows color (decimal): -5368375 or 13178286. OLE color: 13178286.

HSL color Cylindrical-coordinate representation of color #AE15C9: hue angle of 291º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE15C9 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 21 201 -
CMYK 0.13 0.90 0 0.21
HSL 291º 0.81% 0.44% -
HSV(B) 291º 0.9% 0.79% -
XYZ 28.27 13.75 56.42 -
YUV 87.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 174 21 201 0.13 0.90 0 0.21 291 0.81 0.44
Hex AE 15 C9 D 5A 0 15 123 51 2C
Octal 256 25 311 15 132 0 25 443 121 54
Binary 10101110 10101 11001001 1101 1011010 0 10101 100100011 1010001 101100

Color Harmonies of #AE15C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15C9

Black with #AE15C9

Text Example


Text Example

White with #AE15C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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