Html Css Color HEX #AE06CE Dark Violet

📋 copy color: '#AE06CE'

red 174 ◦ green 6 ◦ blue 206

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

Shades of Dark Violet #AE06CE

Tints of Dark Violet #AE06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.55%

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

R = 45.08%
G = 1.55%
B = 53.37%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE06CE (or 0xAE06CE) is known color: Dark Violet. HEX triplet: AE, 06 and CE. RGB value is (174,6,206). Sum of RGB (Red+Green+Blue) = 174+6+206=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 6 (2.73% from 255 or 1.55% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE06CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE06CE is #51F931. Grayscale: #4E4E4E. Windows color (decimal): -5372210 or 13502126. OLE color: 13502126.

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

Color convert

RGB 174 6 206 -
CMYK 0.16 0.97 0 0.19
HSL 290.4º 0.94% 0.42% -
HSV(B) 290.4º 0.97% 0.81% -
XYZ 28.66 13.59 59.5 -
YUV 79.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 174 6 206 0.16 0.97 0 0.19 290.4 0.94 0.42
Hex AE 6 CE 10 61 0 13 122 5E 2A
Octal 256 6 316 20 141 0 23 442 136 52
Binary 10101110 110 11001110 10000 1100001 0 10011 100100010 1011110 101010

Color Harmonies of #AE06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE06CE

Black with #AE06CE

Text Example


Text Example

White with #AE06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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