Html Css Color HEX #AE3ADC Dark Orchid

📋 copy color: '#AE3ADC'

red 174 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #AE3ADC

Tints of Dark Orchid #AE3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.83%

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 38.5%
G = 12.83%
B = 48.67%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE3ADC (or 0xAE3ADC) is known color: Dark Orchid. HEX triplet: AE, 3A and DC. RGB value is (174,58,220). Sum of RGB (Red+Green+Blue) = 174+58+220=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3ADC is #51C523. Grayscale: #6E6E6E. Windows color (decimal): -5358884 or 14432942. OLE color: 14432942.

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

Color convert

RGB 174 58 220 -
CMYK 0.21 0.74 0 0.14
HSL 282.96º 0.7% 0.55% -
HSV(B) 282.96º 0.74% 0.86% -
XYZ 31.89 17.19 69.35 -
YUV 111.15 189.43 172.83 -
System Red Green Blue C M Y K H S L
Decimal 174 58 220 0.21 0.74 0 0.14 282.96 0.7 0.55
Hex AE 3A DC 15 4A 0 E 11B 46 37
Octal 256 72 334 25 112 0 16 433 106 67
Binary 10101110 111010 11011100 10101 1001010 0 1110 100011011 1000110 110111

Color Harmonies of #AE3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3ADC

Black with #AE3ADC

Text Example


Text Example

White with #AE3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3ADC; }

 p { color: rgb(174,58,220); }

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

background-color css

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

 a { background-color: rgb(174,58,220); }

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

border-color css

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

 span { border-color: rgb(174,58,220); }

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