Html Css Color HEX #AE00C9 Dark Violet

📋 copy color: '#AE00C9'

red 174 ◦ green 0 ◦ blue 201

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

Shades of Dark Violet #AE00C9

Tints of Dark Violet #AE00C9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.4%
G = 0%
B = 53.6%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE00C9 (or 0xAE00C9) is known color: Dark Violet. HEX triplet: AE, 00 and C9. RGB value is (174,0,201). Sum of RGB (Red+Green+Blue) = 174+0+201=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE00C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00C9 is #51FF36. Grayscale: #4A4A4A. Windows color (decimal): -5373751 or 13172910. OLE color: 13172910.

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

Color convert

RGB 174 0 201 -
CMYK 0.13 1 0 0.21
HSL 291.94º 1% 0.39% -
HSV(B) 291.94º 1% 0.79% -
XYZ 28 13.22 56.33 -
YUV 74.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 174 0 201 0.13 1 0 0.21 291.94 1 0.39
Hex AE 0 C9 D 64 0 15 124 64 27
Octal 256 0 311 15 144 0 25 444 144 47
Binary 10101110 0 11001001 1101 1100100 0 10101 100100100 1100100 100111

Color Harmonies of #AE00C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00C9

Black with #AE00C9

Text Example


Text Example

White with #AE00C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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