Html Css Color HEX #AA36B7 Dark Orchid

📋 copy color: '#AA36B7'

red 170 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #AA36B7

Tints of Dark Orchid #AA36B7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.27%

 BLUE value IS 183 (71.88% from 255) = 44.96%

R = 41.77%
G = 13.27%
B = 44.96%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AA36B7 (or 0xAA36B7) is known color: Dark Orchid. HEX triplet: AA, 36 and B7. RGB value is (170,54,183). Sum of RGB (Red+Green+Blue) = 170+54+183=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA36B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36B7 is #55C948. Grayscale: #666666. Windows color (decimal): -5622089 or 12007082. OLE color: 12007082.

HSL color Cylindrical-coordinate representation of color #AA36B7: hue angle of 293.95º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA36B7 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 54 183 -
CMYK 0.07 0.70 0 0.28
HSL 293.95º 0.54% 0.46% -
HSV(B) 293.95º 0.7% 0.72% -
XYZ 26.44 14.6 46.22 -
YUV 103.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 170 54 183 0.07 0.70 0 0.28 293.95 0.54 0.46
Hex AA 36 B7 7 46 0 1C 126 36 2E
Octal 252 66 267 7 106 0 34 446 66 56
Binary 10101010 110110 10110111 111 1000110 0 11100 100100110 110110 101110

Color Harmonies of #AA36B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36B7

Black with #AA36B7

Text Example


Text Example

White with #AA36B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36B7; }

 p { color: rgb(170,54,183); }

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

background-color css

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

 a { background-color: rgb(170,54,183); }

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

border-color css

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

 span { border-color: rgb(170,54,183); }

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