Html Css Color HEX #AA39DD Dark Orchid

📋 copy color: '#AA39DD'

red 170 ◦ green 57 ◦ blue 221

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

Shades of Dark Orchid #AA39DD

Tints of Dark Orchid #AA39DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.72%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 37.95%
G = 12.72%
B = 49.33%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA39DD (or 0xAA39DD) is known color: Dark Orchid. HEX triplet: AA, 39 and DD. RGB value is (170,57,221). Sum of RGB (Red+Green+Blue) = 170+57+221=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA39DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA39DD is #55C622. Grayscale: #6C6C6C. Windows color (decimal): -5621283 or 14498218. OLE color: 14498218.

HSL color Cylindrical-coordinate representation of color #AA39DD: hue angle of 281.34º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA39DD is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 57 221 -
CMYK 0.23 0.74 0 0.13
HSL 281.34º 0.71% 0.55% -
HSV(B) 281.34º 0.74% 0.87% -
XYZ 31.09 16.69 69.99 -
YUV 109.48 190.94 171.16 -
System Red Green Blue C M Y K H S L
Decimal 170 57 221 0.23 0.74 0 0.13 281.34 0.71 0.55
Hex AA 39 DD 17 4A 0 D 119 47 37
Octal 252 71 335 27 112 0 15 431 107 67
Binary 10101010 111001 11011101 10111 1001010 0 1101 100011001 1000111 110111

Color Harmonies of #AA39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA39DD

Black with #AA39DD

Text Example


Text Example

White with #AA39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA39DD; }

 p { color: rgb(170,57,221); }

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

background-color css

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

 a { background-color: rgb(170,57,221); }

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

border-color css

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

 span { border-color: rgb(170,57,221); }

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