Html Css Color HEX #AA37CD Dark Orchid

📋 copy color: '#AA37CD'

red 170 ◦ green 55 ◦ blue 205

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

Shades of Dark Orchid #AA37CD

Tints of Dark Orchid #AA37CD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.79%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 39.53%
G = 12.79%
B = 47.67%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA37CD (or 0xAA37CD) is known color: Dark Orchid. HEX triplet: AA, 37 and CD. RGB value is (170,55,205). Sum of RGB (Red+Green+Blue) = 170+55+205=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA37CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37CD is #55C832. Grayscale: #696969. Windows color (decimal): -5621811 or 13449130. OLE color: 13449130.

HSL color Cylindrical-coordinate representation of color #AA37CD: hue angle of 286º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA37CD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 55 205 -
CMYK 0.17 0.73 0 0.20
HSL 286º 0.6% 0.51% -
HSV(B) 286º 0.73% 0.8% -
XYZ 28.96 15.69 59.26 -
YUV 106.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 170 55 205 0.17 0.73 0 0.20 286 0.6 0.51
Hex AA 37 CD 11 49 0 14 11E 3C 33
Octal 252 67 315 21 111 0 24 436 74 63
Binary 10101010 110111 11001101 10001 1001001 0 10100 100011110 111100 110011

Color Harmonies of #AA37CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37CD

Black with #AA37CD

Text Example


Text Example

White with #AA37CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37CD; }

 p { color: rgb(170,55,205); }

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

background-color css

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

 a { background-color: rgb(170,55,205); }

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

border-color css

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

 span { border-color: rgb(170,55,205); }

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