Html Css Color HEX #AE3CDD Dark Orchid

📋 copy color: '#AE3CDD'

red 174 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #AE3CDD

Tints of Dark Orchid #AE3CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 38.24%
G = 13.19%
B = 48.57%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE3CDD (or 0xAE3CDD) is known color: Dark Orchid. HEX triplet: AE, 3C and DD. RGB value is (174,60,221). Sum of RGB (Red+Green+Blue) = 174+60+221=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3CDD is #51C322. Grayscale: #6F6F6F. Windows color (decimal): -5358371 or 14498990. OLE color: 14498990.

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

Color convert

RGB 174 60 221 -
CMYK 0.21 0.73 0 0.13
HSL 282.48º 0.7% 0.55% -
HSV(B) 282.48º 0.73% 0.87% -
XYZ 32.12 17.45 70.08 -
YUV 112.44 189.27 171.91 -
System Red Green Blue C M Y K H S L
Decimal 174 60 221 0.21 0.73 0 0.13 282.48 0.7 0.55
Hex AE 3C DD 15 49 0 D 11A 46 37
Octal 256 74 335 25 111 0 15 432 106 67
Binary 10101110 111100 11011101 10101 1001001 0 1101 100011010 1000110 110111

Color Harmonies of #AE3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3CDD

Black with #AE3CDD

Text Example


Text Example

White with #AE3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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