Html Css Color HEX #AA3DCC Dark Orchid

📋 copy color: '#AA3DCC'

red 170 ◦ green 61 ◦ blue 204

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

Shades of Dark Orchid #AA3DCC

Tints of Dark Orchid #AA3DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 39.08%
G = 14.02%
B = 46.9%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA3DCC (or 0xAA3DCC) is known color: Dark Orchid. HEX triplet: AA, 3D and CC. RGB value is (170,61,204). Sum of RGB (Red+Green+Blue) = 170+61+204=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DCC is #55C233. Grayscale: #6D6D6D. Windows color (decimal): -5620276 or 13385130. OLE color: 13385130.

HSL color Cylindrical-coordinate representation of color #AA3DCC: hue angle of 285.73º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3DCC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 61 204 -
CMYK 0.17 0.70 0 0.2
HSL 285.73º 0.58% 0.52% -
HSV(B) 285.73º 0.7% 0.8% -
XYZ 29.15 16.24 58.73 -
YUV 109.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 170 61 204 0.17 0.70 0 0.2 285.73 0.58 0.52
Hex AA 3D CC 11 46 0 14 11E 3A 34
Octal 252 75 314 21 106 0 24 436 72 64
Binary 10101010 111101 11001100 10001 1000110 0 10100 100011110 111010 110100

Color Harmonies of #AA3DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DCC

Black with #AA3DCC

Text Example


Text Example

White with #AA3DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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