Html Css Color HEX #AE04DF Dark Violet

📋 copy color: '#AE04DF'

red 174 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #AE04DF

Tints of Dark Violet #AE04DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 43.39%
G = 1%
B = 55.61%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE04DF (or 0xAE04DF) is known color: Dark Violet. HEX triplet: AE, 04 and DF. RGB value is (174,4,223). Sum of RGB (Red+Green+Blue) = 174+4+223=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE04DF is #51FB20. Grayscale: #4F4F4F. Windows color (decimal): -5372705 or 14615726. OLE color: 14615726.

HSL color Cylindrical-coordinate representation of color #AE04DF: hue angle of 286.58º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE04DF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 4 223 -
CMYK 0.22 0.98 0 0.13
HSL 286.58º 0.96% 0.45% -
HSV(B) 286.58º 0.98% 0.87% -
XYZ 30.82 14.41 70.97 -
YUV 79.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 174 4 223 0.22 0.98 0 0.13 286.58 0.96 0.45
Hex AE 4 DF 16 62 0 D 11F 60 2D
Octal 256 4 337 26 142 0 15 437 140 55
Binary 10101110 100 11011111 10110 1100010 0 1101 100011111 1100000 101101

Color Harmonies of #AE04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE04DF

Black with #AE04DF

Text Example


Text Example

White with #AE04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE04DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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