Html Css Color HEX #AE05DF Dark Violet

📋 copy color: '#AE05DF'

red 174 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #AE05DF

Tints of Dark Violet #AE05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 43.28%
G = 1.24%
B = 55.47%

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

#AE05DF (or 0xAE05DF) is known color: Dark Violet. HEX triplet: AE, 05 and DF. RGB value is (174,5,223). Sum of RGB (Red+Green+Blue) = 174+5+223=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE05DF is #51FA20. Grayscale: #4F4F4F. Windows color (decimal): -5372449 or 14615982. OLE color: 14615982.

HSL color Cylindrical-coordinate representation of color #AE05DF: hue angle of 286.51º 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 #AE05DF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 5 223 -
CMYK 0.22 0.98 0 0.13
HSL 286.51º 0.96% 0.45% -
HSV(B) 286.51º 0.98% 0.87% -
XYZ 30.83 14.43 70.97 -
YUV 80.38 208.49 194.77 -
System Red Green Blue C M Y K H S L
Decimal 174 5 223 0.22 0.98 0 0.13 286.51 0.96 0.45
Hex AE 5 DF 16 62 0 D 11F 60 2D
Octal 256 5 337 26 142 0 15 437 140 55
Binary 10101110 101 11011111 10110 1100010 0 1101 100011111 1100000 101101

Color Harmonies of #AE05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE05DF

Black with #AE05DF

Text Example


Text Example

White with #AE05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE05DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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