Html Css Color HEX #AE03D0 Dark Violet

📋 copy color: '#AE03D0'

red 174 ◦ green 3 ◦ blue 208

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

Shades of Dark Violet #AE03D0

Tints of Dark Violet #AE03D0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 208 (81.64% from 255) = 54.03%

R = 45.19%
G = 0.78%
B = 54.03%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE03D0 (or 0xAE03D0) is known color: Dark Violet. HEX triplet: AE, 03 and D0. RGB value is (174,3,208). Sum of RGB (Red+Green+Blue) = 174+3+208=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE03D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03D0 is #51FC2F. Grayscale: #4C4C4C. Windows color (decimal): -5372976 or 13632430. OLE color: 13632430.

HSL color Cylindrical-coordinate representation of color #AE03D0: hue angle of 290.05º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE03D0 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 3 208 -
CMYK 0.16 0.99 0 0.18
HSL 290.05º 0.97% 0.41% -
HSV(B) 290.05º 0.99% 0.82% -
XYZ 28.87 13.62 60.78 -
YUV 77.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 174 3 208 0.16 0.99 0 0.18 290.05 0.97 0.41
Hex AE 3 D0 10 63 0 12 122 61 29
Octal 256 3 320 20 143 0 22 442 141 51
Binary 10101110 11 11010000 10000 1100011 0 10010 100100010 1100001 101001

Color Harmonies of #AE03D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03D0

Black with #AE03D0

Text Example


Text Example

White with #AE03D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03D0; }

 p { color: rgb(174,3,208); }

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

background-color css

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

 a { background-color: rgb(174,3,208); }

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

border-color css

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

 span { border-color: rgb(174,3,208); }

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