Html Css Color HEX #AA3DDC Dark Orchid

📋 copy color: '#AA3DDC'

red 170 ◦ green 61 ◦ blue 220

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

Shades of Dark Orchid #AA3DDC

Tints of Dark Orchid #AA3DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

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

R = 37.69%
G = 13.53%
B = 48.78%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA3DDC (or 0xAA3DDC) is known color: Dark Orchid. HEX triplet: AA, 3D and DC. RGB value is (170,61,220). Sum of RGB (Red+Green+Blue) = 170+61+220=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA3DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DDC is #55C223. Grayscale: #6F6F6F. Windows color (decimal): -5620260 or 14433706. OLE color: 14433706.

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

Color convert

RGB 170 61 220 -
CMYK 0.23 0.72 0 0.14
HSL 281.13º 0.69% 0.55% -
HSV(B) 281.13º 0.72% 0.86% -
XYZ 31.16 17.05 69.36 -
YUV 111.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 170 61 220 0.23 0.72 0 0.14 281.13 0.69 0.55
Hex AA 3D DC 17 48 0 E 119 45 37
Octal 252 75 334 27 110 0 16 431 105 67
Binary 10101010 111101 11011100 10111 1001000 0 1110 100011001 1000101 110111

Color Harmonies of #AA3DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DDC

Black with #AA3DDC

Text Example


Text Example

White with #AA3DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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