Html Css Color HEX #AA3ADA Dark Orchid

📋 copy color: '#AA3ADA'

red 170 ◦ green 58 ◦ blue 218

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

Shades of Dark Orchid #AA3ADA

Tints of Dark Orchid #AA3ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 38.12%
G = 13%
B = 48.88%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA3ADA (or 0xAA3ADA) is known color: Dark Orchid. HEX triplet: AA, 3A and DA. RGB value is (170,58,218). Sum of RGB (Red+Green+Blue) = 170+58+218=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA3ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ADA is #55C525. Grayscale: #6D6D6D. Windows color (decimal): -5621030 or 14301866. OLE color: 14301866.

HSL color Cylindrical-coordinate representation of color #AA3ADA: hue angle of 282º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3ADA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 58 218 -
CMYK 0.22 0.73 0 0.15
HSL 282º 0.68% 0.54% -
HSV(B) 282º 0.73% 0.85% -
XYZ 30.75 16.63 67.92 -
YUV 109.73 189.11 170.99 -
System Red Green Blue C M Y K H S L
Decimal 170 58 218 0.22 0.73 0 0.15 282 0.68 0.54
Hex AA 3A DA 16 49 0 F 11A 44 36
Octal 252 72 332 26 111 0 17 432 104 66
Binary 10101010 111010 11011010 10110 1001001 0 1111 100011010 1000100 110110

Color Harmonies of #AA3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ADA

Black with #AA3ADA

Text Example


Text Example

White with #AA3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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