Html Css Color HEX #AE00CC Dark Violet

📋 copy color: '#AE00CC'

red 174 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #AE00CC

Tints of Dark Violet #AE00CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 46.03%
G = 0%
B = 53.97%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE00CC (or 0xAE00CC) is known color: Dark Violet. HEX triplet: AE, 00 and CC. RGB value is (174,0,204). Sum of RGB (Red+Green+Blue) = 174+0+204=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE00CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE00CC is #51FF33. Grayscale: #4A4A4A. Windows color (decimal): -5373748 or 13369518. OLE color: 13369518.

HSL color Cylindrical-coordinate representation of color #AE00CC: hue angle of 291.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00CC is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 0 204 -
CMYK 0.15 1 0 0.2
HSL 291.18º 1% 0.4% -
HSV(B) 291.18º 1% 0.8% -
XYZ 28.35 13.36 58.21 -
YUV 75.28 200.65 198.41 -
System Red Green Blue C M Y K H S L
Decimal 174 0 204 0.15 1 0 0.2 291.18 1 0.4
Hex AE 0 CC F 64 0 14 123 64 28
Octal 256 0 314 17 144 0 24 443 144 50
Binary 10101110 0 11001100 1111 1100100 0 10100 100100011 1100100 101000

Color Harmonies of #AE00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE00CC

Black with #AE00CC

Text Example


Text Example

White with #AE00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE00CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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