Html Css Color HEX #AA36BC Dark Orchid

📋 copy color: '#AA36BC'

red 170 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #AA36BC

Tints of Dark Orchid #AA36BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 41.26%
G = 13.11%
B = 45.63%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA36BC (or 0xAA36BC) is known color: Dark Orchid. HEX triplet: AA, 36 and BC. RGB value is (170,54,188). Sum of RGB (Red+Green+Blue) = 170+54+188=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36BC is #55C943. Grayscale: #676767. Windows color (decimal): -5622084 or 12334762. OLE color: 12334762.

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

Color convert

RGB 170 54 188 -
CMYK 0.10 0.71 0 0.26
HSL 291.94º 0.55% 0.47% -
HSV(B) 291.94º 0.71% 0.74% -
XYZ 26.97 14.82 49.01 -
YUV 103.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 170 54 188 0.10 0.71 0 0.26 291.94 0.55 0.47
Hex AA 36 BC A 47 0 1A 124 37 2F
Octal 252 66 274 12 107 0 32 444 67 57
Binary 10101010 110110 10111100 1010 1000111 0 11010 100100100 110111 101111

Color Harmonies of #AA36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36BC

Black with #AA36BC

Text Example


Text Example

White with #AA36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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