Html Css Color HEX #AE02DF Dark Violet

📋 copy color: '#AE02DF'

red 174 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #AE02DF

Tints of Dark Violet #AE02DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 43.61%
G = 0.5%
B = 55.89%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE02DF (or 0xAE02DF) is known color: Dark Violet. HEX triplet: AE, 02 and DF. RGB value is (174,2,223). Sum of RGB (Red+Green+Blue) = 174+2+223=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE02DF is #51FD20. Grayscale: #4D4D4D. Windows color (decimal): -5373217 or 14615214. OLE color: 14615214.

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

Color convert

RGB 174 2 223 -
CMYK 0.22 0.99 0 0.13
HSL 286.7º 0.98% 0.44% -
HSV(B) 286.7º 0.99% 0.87% -
XYZ 30.8 14.37 70.96 -
YUV 78.62 209.48 196.03 -
System Red Green Blue C M Y K H S L
Decimal 174 2 223 0.22 0.99 0 0.13 286.7 0.98 0.44
Hex AE 2 DF 16 63 0 D 11F 62 2C
Octal 256 2 337 26 143 0 15 437 142 54
Binary 10101110 10 11011111 10110 1100011 0 1101 100011111 1100010 101100

Color Harmonies of #AE02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE02DF

Black with #AE02DF

Text Example


Text Example

White with #AE02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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