Html Css Color HEX #AA3ACD Dark Orchid

📋 copy color: '#AA3ACD'

red 170 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #AA3ACD

Tints of Dark Orchid #AA3ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 39.26%
G = 13.39%
B = 47.34%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA3ACD (or 0xAA3ACD) is known color: Dark Orchid. HEX triplet: AA, 3A and CD. RGB value is (170,58,205). Sum of RGB (Red+Green+Blue) = 170+58+205=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA3ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ACD is #55C532. Grayscale: #6B6B6B. Windows color (decimal): -5621043 or 13449898. OLE color: 13449898.

HSL color Cylindrical-coordinate representation of color #AA3ACD: hue angle of 285.71º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3ACD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 58 205 -
CMYK 0.17 0.72 0 0.20
HSL 285.71º 0.6% 0.52% -
HSV(B) 285.71º 0.72% 0.8% -
XYZ 29.11 15.98 59.31 -
YUV 108.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 170 58 205 0.17 0.72 0 0.20 285.71 0.6 0.52
Hex AA 3A CD 11 48 0 14 11E 3C 34
Octal 252 72 315 21 110 0 24 436 74 64
Binary 10101010 111010 11001101 10001 1001000 0 10100 100011110 111100 110100

Color Harmonies of #AA3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ACD

Black with #AA3ACD

Text Example


Text Example

White with #AA3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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