Html Css Color HEX #AA37CC Dark Orchid

📋 copy color: '#AA37CC'

red 170 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #AA37CC

Tints of Dark Orchid #AA37CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 39.63%
G = 12.82%
B = 47.55%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA37CC (or 0xAA37CC) is known color: Dark Orchid. HEX triplet: AA, 37 and CC. RGB value is (170,55,204). Sum of RGB (Red+Green+Blue) = 170+55+204=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA37CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA37CC is #55C833. Grayscale: #696969. Windows color (decimal): -5621812 or 13383594. OLE color: 13383594.

HSL color Cylindrical-coordinate representation of color #AA37CC: hue angle of 286.31º degrees, saturation: 0.59, 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 #AA37CC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 55 204 -
CMYK 0.17 0.73 0 0.2
HSL 286.31º 0.59% 0.51% -
HSV(B) 286.31º 0.73% 0.8% -
XYZ 28.84 15.64 58.63 -
YUV 106.37 183.1 173.38 -
System Red Green Blue C M Y K H S L
Decimal 170 55 204 0.17 0.73 0 0.2 286.31 0.59 0.51
Hex AA 37 CC 11 49 0 14 11E 3B 33
Octal 252 67 314 21 111 0 24 436 73 63
Binary 10101010 110111 11001100 10001 1001001 0 10100 100011110 111011 110011

Color Harmonies of #AA37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA37CC

Black with #AA37CC

Text Example


Text Example

White with #AA37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA37CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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