Html Css Color HEX #AA3ACE Dark Orchid

📋 copy color: '#AA3ACE'

red 170 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #AA3ACE

Tints of Dark Orchid #AA3ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 39.17%
G = 13.36%
B = 47.47%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA3ACE (or 0xAA3ACE) is known color: Dark Orchid. HEX triplet: AA, 3A and CE. RGB value is (170,58,206). Sum of RGB (Red+Green+Blue) = 170+58+206=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ACE is #55C531. Grayscale: #6B6B6B. Windows color (decimal): -5621042 or 13515434. OLE color: 13515434.

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

Color convert

RGB 170 58 206 -
CMYK 0.17 0.72 0 0.19
HSL 285.41º 0.6% 0.52% -
HSV(B) 285.41º 0.72% 0.81% -
XYZ 29.23 16.03 59.95 -
YUV 108.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 170 58 206 0.17 0.72 0 0.19 285.41 0.6 0.52
Hex AA 3A CE 11 48 0 13 11D 3C 34
Octal 252 72 316 21 110 0 23 435 74 64
Binary 10101010 111010 11001110 10001 1001000 0 10011 100011101 111100 110100

Color Harmonies of #AA3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ACE

Black with #AA3ACE

Text Example


Text Example

White with #AA3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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