Html Css Color HEX #AA36CA Dark Orchid

📋 copy color: '#AA36CA'

red 170 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #AA36CA

Tints of Dark Orchid #AA36CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 39.91%
G = 12.68%
B = 47.42%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA36CA (or 0xAA36CA) is known color: Dark Orchid. HEX triplet: AA, 36 and CA. RGB value is (170,54,202). Sum of RGB (Red+Green+Blue) = 170+54+202=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36CA is #55C935. Grayscale: #696969. Windows color (decimal): -5622070 or 13252266. OLE color: 13252266.

HSL color Cylindrical-coordinate representation of color #AA36CA: hue angle of 287.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA36CA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 54 202 -
CMYK 0.16 0.73 0 0.21
HSL 287.03º 0.58% 0.5% -
HSV(B) 287.03º 0.73% 0.79% -
XYZ 28.56 15.45 57.35 -
YUV 105.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 170 54 202 0.16 0.73 0 0.21 287.03 0.58 0.5
Hex AA 36 CA 10 49 0 15 11F 3A 32
Octal 252 66 312 20 111 0 25 437 72 62
Binary 10101010 110110 11001010 10000 1001001 0 10101 100011111 111010 110010

Color Harmonies of #AA36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36CA

Black with #AA36CA

Text Example


Text Example

White with #AA36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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