Html Css Color HEX #AA3DD7 Dark Orchid

📋 copy color: '#AA3DD7'

red 170 ◦ green 61 ◦ blue 215

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

Shades of Dark Orchid #AA3DD7

Tints of Dark Orchid #AA3DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 38.12%
G = 13.68%
B = 48.21%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA3DD7 (or 0xAA3DD7) is known color: Dark Orchid. HEX triplet: AA, 3D and D7. RGB value is (170,61,215). Sum of RGB (Red+Green+Blue) = 170+61+215=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA3DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DD7 is #55C228. Grayscale: #6E6E6E. Windows color (decimal): -5620265 or 14106026. OLE color: 14106026.

HSL color Cylindrical-coordinate representation of color #AA3DD7: hue angle of 282.47º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3DD7 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 61 215 -
CMYK 0.21 0.72 0 0.16
HSL 282.47º 0.66% 0.54% -
HSV(B) 282.47º 0.72% 0.84% -
XYZ 30.51 16.79 65.92 -
YUV 111.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 170 61 215 0.21 0.72 0 0.16 282.47 0.66 0.54
Hex AA 3D D7 15 48 0 10 11A 42 36
Octal 252 75 327 25 110 0 20 432 102 66
Binary 10101010 111101 11010111 10101 1001000 0 10000 100011010 1000010 110110

Color Harmonies of #AA3DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DD7

Black with #AA3DD7

Text Example


Text Example

White with #AA3DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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