Html Css Color HEX #AE0CCD Dark Violet

📋 copy color: '#AE0CCD'

red 174 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #AE0CCD

Tints of Dark Violet #AE0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.07%

 BLUE value IS 205 (80.47% from 255) = 52.43%

R = 44.5%
G = 3.07%
B = 52.43%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE0CCD (or 0xAE0CCD) is known color: Dark Violet. HEX triplet: AE, 0C and CD. RGB value is (174,12,205). Sum of RGB (Red+Green+Blue) = 174+12+205=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE0CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CCD is #51F332. Grayscale: #515151. Windows color (decimal): -5370675 or 13438126. OLE color: 13438126.

HSL color Cylindrical-coordinate representation of color #AE0CCD: hue angle of 290.36º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CCD is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 12 205 -
CMYK 0.15 0.94 0 0.20
HSL 290.36º 0.89% 0.43% -
HSV(B) 290.36º 0.94% 0.8% -
XYZ 28.61 13.67 58.89 -
YUV 82.44 197.17 193.31 -
System Red Green Blue C M Y K H S L
Decimal 174 12 205 0.15 0.94 0 0.20 290.36 0.89 0.43
Hex AE C CD F 5E 0 14 122 59 2B
Octal 256 14 315 17 136 0 24 442 131 53
Binary 10101110 1100 11001101 1111 1011110 0 10100 100100010 1011001 101011

Color Harmonies of #AE0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CCD

Black with #AE0CCD

Text Example


Text Example

White with #AE0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CCD; }

 p { color: rgb(174,12,205); }

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

background-color css

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

 a { background-color: rgb(174,12,205); }

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

border-color css

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

 span { border-color: rgb(174,12,205); }

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