Html Css Color HEX #AE15D5 Dark Violet

📋 copy color: '#AE15D5'

red 174 ◦ green 21 ◦ blue 213

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

Shades of Dark Violet #AE15D5

Tints of Dark Violet #AE15D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 42.65%
G = 5.15%
B = 52.21%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE15D5 (or 0xAE15D5) is known color: Dark Violet. HEX triplet: AE, 15 and D5. RGB value is (174,21,213). Sum of RGB (Red+Green+Blue) = 174+21+213=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE15D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE15D5 is #51EA2A. Grayscale: #585858. Windows color (decimal): -5368363 or 13964718. OLE color: 13964718.

HSL color Cylindrical-coordinate representation of color #AE15D5: hue angle of 287.81º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE15D5 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 21 213 -
CMYK 0.18 0.90 0 0.16
HSL 287.81º 0.82% 0.46% -
HSV(B) 287.81º 0.9% 0.84% -
XYZ 29.73 14.34 64.15 -
YUV 88.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 174 21 213 0.18 0.90 0 0.16 287.81 0.82 0.46
Hex AE 15 D5 12 5A 0 10 120 52 2E
Octal 256 25 325 22 132 0 20 440 122 56
Binary 10101110 10101 11010101 10010 1011010 0 10000 100100000 1010010 101110

Color Harmonies of #AE15D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE15D5

Black with #AE15D5

Text Example


Text Example

White with #AE15D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE15D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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