Html Css Color HEX #AA3ADC Dark Orchid

📋 copy color: '#AA3ADC'

red 170 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #AA3ADC

Tints of Dark Orchid #AA3ADC

RGB

 RED value IS 170 (66.8% from 255) = 37.95%

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

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

R = 37.95%
G = 12.95%
B = 49.11%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA3ADC (or 0xAA3ADC) is known color: Dark Orchid. HEX triplet: AA, 3A and DC. RGB value is (170,58,220). Sum of RGB (Red+Green+Blue) = 170+58+220=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ADC is #55C523. Grayscale: #6D6D6D. Windows color (decimal): -5621028 or 14432938. OLE color: 14432938.

HSL color Cylindrical-coordinate representation of color #AA3ADC: hue angle of 281.48º 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 #AA3ADC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 58 220 -
CMYK 0.23 0.74 0 0.14
HSL 281.48º 0.7% 0.55% -
HSV(B) 281.48º 0.74% 0.86% -
XYZ 31.01 16.74 69.31 -
YUV 109.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 170 58 220 0.23 0.74 0 0.14 281.48 0.7 0.55
Hex AA 3A DC 17 4A 0 E 119 46 37
Octal 252 72 334 27 112 0 16 431 106 67
Binary 10101010 111010 11011100 10111 1001010 0 1110 100011001 1000110 110111

Color Harmonies of #AA3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ADC

Black with #AA3ADC

Text Example


Text Example

White with #AA3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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