Html Css Color HEX #AE08DF Dark Violet

📋 copy color: '#AE08DF'

red 174 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #AE08DF

Tints of Dark Violet #AE08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 42.96%
G = 1.98%
B = 55.06%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE08DF (or 0xAE08DF) is known color: Dark Violet. HEX triplet: AE, 08 and DF. RGB value is (174,8,223). Sum of RGB (Red+Green+Blue) = 174+8+223=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE08DF is #51F720. Grayscale: #515151. Windows color (decimal): -5371681 or 14616750. OLE color: 14616750.

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

Color convert

RGB 174 8 223 -
CMYK 0.22 0.96 0 0.13
HSL 286.33º 0.93% 0.45% -
HSV(B) 286.33º 0.96% 0.87% -
XYZ 30.86 14.5 70.98 -
YUV 82.14 207.5 193.52 -
System Red Green Blue C M Y K H S L
Decimal 174 8 223 0.22 0.96 0 0.13 286.33 0.93 0.45
Hex AE 8 DF 16 60 0 D 11E 5D 2D
Octal 256 10 337 26 140 0 15 436 135 55
Binary 10101110 1000 11011111 10110 1100000 0 1101 100011110 1011101 101101

Color Harmonies of #AE08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE08DF

Black with #AE08DF

Text Example


Text Example

White with #AE08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE08DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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