Html Css Color HEX #AE3CDE Dark Orchid

📋 copy color: '#AE3CDE'

red 174 ◦ green 60 ◦ blue 222

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

Shades of Dark Orchid #AE3CDE

Tints of Dark Orchid #AE3CDE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.16%

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 38.16%
G = 13.16%
B = 48.68%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE3CDE (or 0xAE3CDE) is known color: Dark Orchid. HEX triplet: AE, 3C and DE. RGB value is (174,60,222). Sum of RGB (Red+Green+Blue) = 174+60+222=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 60 (23.83% from 255 or 13.16% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE3CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CDE is #51C321. Grayscale: #707070. Windows color (decimal): -5358370 or 14564526. OLE color: 14564526.

HSL color Cylindrical-coordinate representation of color #AE3CDE: hue angle of 282.22º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE3CDE is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 60 222 -
CMYK 0.22 0.73 0 0.13
HSL 282.22º 0.71% 0.55% -
HSV(B) 282.22º 0.73% 0.87% -
XYZ 32.26 17.5 70.79 -
YUV 112.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 174 60 222 0.22 0.73 0 0.13 282.22 0.71 0.55
Hex AE 3C DE 16 49 0 D 11A 47 37
Octal 256 74 336 26 111 0 15 432 107 67
Binary 10101110 111100 11011110 10110 1001001 0 1101 100011010 1000111 110111

Color Harmonies of #AE3CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CDE

Black with #AE3CDE

Text Example


Text Example

White with #AE3CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CDE; }

 p { color: rgb(174,60,222); }

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

background-color css

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

 a { background-color: rgb(174,60,222); }

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

border-color css

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

 span { border-color: rgb(174,60,222); }

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