Html Css Color HEX #AA3AD0 Dark Orchid

📋 copy color: '#AA3AD0'

red 170 ◦ green 58 ◦ blue 208

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

Shades of Dark Orchid #AA3AD0

Tints of Dark Orchid #AA3AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.71%

R = 38.99%
G = 13.3%
B = 47.71%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA3AD0 (or 0xAA3AD0) is known color: Dark Orchid. HEX triplet: AA, 3A and D0. RGB value is (170,58,208). Sum of RGB (Red+Green+Blue) = 170+58+208=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA3AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AD0 is #55C52F. Grayscale: #6C6C6C. Windows color (decimal): -5621040 or 13646506. OLE color: 13646506.

HSL color Cylindrical-coordinate representation of color #AA3AD0: hue angle of 284.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3AD0 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 58 208 -
CMYK 0.18 0.72 0 0.18
HSL 284.8º 0.61% 0.52% -
HSV(B) 284.8º 0.72% 0.82% -
XYZ 29.48 16.13 61.23 -
YUV 108.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 170 58 208 0.18 0.72 0 0.18 284.8 0.61 0.52
Hex AA 3A D0 12 48 0 12 11D 3D 34
Octal 252 72 320 22 110 0 22 435 75 64
Binary 10101010 111010 11010000 10010 1001000 0 10010 100011101 111101 110100

Color Harmonies of #AA3AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3AD0

Black with #AA3AD0

Text Example


Text Example

White with #AA3AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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