Html Css Color HEX #AE3CDF Dark Orchid

📋 copy color: '#AE3CDF'

red 174 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #AE3CDF

Tints of Dark Orchid #AE3CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 38.07%
G = 13.13%
B = 48.8%

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

#AE3CDF (or 0xAE3CDF) is known color: Dark Orchid. HEX triplet: AE, 3C and DF. RGB value is (174,60,223). Sum of RGB (Red+Green+Blue) = 174+60+223=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE3CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CDF is #51C320. Grayscale: #707070. Windows color (decimal): -5358369 or 14630062. OLE color: 14630062.

HSL color Cylindrical-coordinate representation of color #AE3CDF: hue angle of 281.96º degrees, saturation: 0.72, 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 #AE3CDF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 60 223 -
CMYK 0.22 0.73 0 0.13
HSL 281.96º 0.72% 0.55% -
HSV(B) 281.96º 0.73% 0.87% -
XYZ 32.39 17.56 71.49 -
YUV 112.67 190.27 171.75 -
System Red Green Blue C M Y K H S L
Decimal 174 60 223 0.22 0.73 0 0.13 281.96 0.72 0.55
Hex AE 3C DF 16 49 0 D 11A 48 37
Octal 256 74 337 26 111 0 15 432 110 67
Binary 10101110 111100 11011111 10110 1001001 0 1101 100011010 1001000 110111

Color Harmonies of #AE3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CDF

Black with #AE3CDF

Text Example


Text Example

White with #AE3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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