Html Css Color HEX #AA3DD8 Dark Orchid

📋 copy color: '#AA3DD8'

red 170 ◦ green 61 ◦ blue 216

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

Shades of Dark Orchid #AA3DD8

Tints of Dark Orchid #AA3DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 38.03%
G = 13.65%
B = 48.32%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA3DD8 (or 0xAA3DD8) is known color: Dark Orchid. HEX triplet: AA, 3D and D8. RGB value is (170,61,216). Sum of RGB (Red+Green+Blue) = 170+61+216=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA3DD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DD8 is #55C227. Grayscale: #6E6E6E. Windows color (decimal): -5620264 or 14171562. OLE color: 14171562.

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

Color convert

RGB 170 61 216 -
CMYK 0.21 0.72 0 0.15
HSL 282.19º 0.67% 0.54% -
HSV(B) 282.19º 0.72% 0.85% -
XYZ 30.64 16.84 66.6 -
YUV 111.26 187.11 169.9 -
System Red Green Blue C M Y K H S L
Decimal 170 61 216 0.21 0.72 0 0.15 282.19 0.67 0.54
Hex AA 3D D8 15 48 0 F 11A 43 36
Octal 252 75 330 25 110 0 17 432 103 66
Binary 10101010 111101 11011000 10101 1001000 0 1111 100011010 1000011 110110

Color Harmonies of #AA3DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DD8

Black with #AA3DD8

Text Example


Text Example

White with #AA3DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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