Html Css Color HEX #AE1CCD Dark Orchid

📋 copy color: '#AE1CCD'

red 174 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #AE1CCD

Tints of Dark Orchid #AE1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

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

R = 42.75%
G = 6.88%
B = 50.37%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE1CCD (or 0xAE1CCD) is known color: Dark Orchid. HEX triplet: AE, 1C and CD. RGB value is (174,28,205). Sum of RGB (Red+Green+Blue) = 174+28+205=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE1CCD is #51E332. Grayscale: #5B5B5B. Windows color (decimal): -5366579 or 13442222. OLE color: 13442222.

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

Color convert

RGB 174 28 205 -
CMYK 0.15 0.86 0 0.20
HSL 289.49º 0.76% 0.46% -
HSV(B) 289.49º 0.86% 0.8% -
XYZ 28.89 14.24 58.98 -
YUV 91.83 191.87 186.61 -
System Red Green Blue C M Y K H S L
Decimal 174 28 205 0.15 0.86 0 0.20 289.49 0.76 0.46
Hex AE 1C CD F 56 0 14 121 4C 2E
Octal 256 34 315 17 126 0 24 441 114 56
Binary 10101110 11100 11001101 1111 1010110 0 10100 100100001 1001100 101110

Color Harmonies of #AE1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1CCD

Black with #AE1CCD

Text Example


Text Example

White with #AE1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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