Html Css Color HEX #AE04CC Dark Violet

📋 copy color: '#AE04CC'

red 174 ◦ green 4 ◦ blue 204

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

Shades of Dark Violet #AE04CC

Tints of Dark Violet #AE04CC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 45.55%
G = 1.05%
B = 53.4%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE04CC (or 0xAE04CC) is known color: Dark Violet. HEX triplet: AE, 04 and CC. RGB value is (174,4,204). Sum of RGB (Red+Green+Blue) = 174+4+204=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE04CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04CC is #51FB33. Grayscale: #4D4D4D. Windows color (decimal): -5372724 or 13370542. OLE color: 13370542.

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

Color convert

RGB 174 4 204 -
CMYK 0.15 0.98 0 0.2
HSL 291º 0.96% 0.41% -
HSV(B) 291º 0.98% 0.8% -
XYZ 28.4 13.45 58.23 -
YUV 77.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 174 4 204 0.15 0.98 0 0.2 291 0.96 0.41
Hex AE 4 CC F 62 0 14 123 60 29
Octal 256 4 314 17 142 0 24 443 140 51
Binary 10101110 100 11001100 1111 1100010 0 10100 100100011 1100000 101001

Color Harmonies of #AE04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04CC

Black with #AE04CC

Text Example


Text Example

White with #AE04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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