Html Css Color HEX #AE1DCA Dark Orchid

📋 copy color: '#AE1DCA'

red 174 ◦ green 29 ◦ blue 202

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

Shades of Dark Orchid #AE1DCA

Tints of Dark Orchid #AE1DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 42.96%
G = 7.16%
B = 49.88%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE1DCA (or 0xAE1DCA) is known color: Dark Orchid. HEX triplet: AE, 1D and CA. RGB value is (174,29,202). Sum of RGB (Red+Green+Blue) = 174+29+202=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE1DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1DCA is #51E235. Grayscale: #5B5B5B. Windows color (decimal): -5366326 or 13245870. OLE color: 13245870.

HSL color Cylindrical-coordinate representation of color #AE1DCA: hue angle of 290.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1DCA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 29 202 -
CMYK 0.14 0.86 0 0.21
HSL 290.29º 0.75% 0.45% -
HSV(B) 290.29º 0.86% 0.79% -
XYZ 28.56 14.14 57.1 -
YUV 92.08 190.04 186.43 -
System Red Green Blue C M Y K H S L
Decimal 174 29 202 0.14 0.86 0 0.21 290.29 0.75 0.45
Hex AE 1D CA E 56 0 15 122 4B 2D
Octal 256 35 312 16 126 0 25 442 113 55
Binary 10101110 11101 11001010 1110 1010110 0 10101 100100010 1001011 101101

Color Harmonies of #AE1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1DCA

Black with #AE1DCA

Text Example


Text Example

White with #AE1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1DCA; }

 p { color: rgb(174,29,202); }

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

background-color css

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

 a { background-color: rgb(174,29,202); }

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

border-color css

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

 span { border-color: rgb(174,29,202); }

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