Html Css Color HEX #AE03CE Dark Violet

📋 copy color: '#AE03CE'

red 174 ◦ green 3 ◦ blue 206

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

Shades of Dark Violet #AE03CE

Tints of Dark Violet #AE03CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 45.43%
G = 0.78%
B = 53.79%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE03CE (or 0xAE03CE) is known color: Dark Violet. HEX triplet: AE, 03 and CE. RGB value is (174,3,206). Sum of RGB (Red+Green+Blue) = 174+3+206=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03CE is #51FC31. Grayscale: #4C4C4C. Windows color (decimal): -5372978 or 13501358. OLE color: 13501358.

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

Color convert

RGB 174 3 206 -
CMYK 0.16 0.99 0 0.19
HSL 290.54º 0.97% 0.41% -
HSV(B) 290.54º 0.99% 0.81% -
XYZ 28.63 13.52 59.49 -
YUV 77.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 174 3 206 0.16 0.99 0 0.19 290.54 0.97 0.41
Hex AE 3 CE 10 63 0 13 123 61 29
Octal 256 3 316 20 143 0 23 443 141 51
Binary 10101110 11 11001110 10000 1100011 0 10011 100100011 1100001 101001

Color Harmonies of #AE03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE03CE

Black with #AE03CE

Text Example


Text Example

White with #AE03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE03CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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