Html Css Color HEX #AA36CB Dark Orchid

📋 copy color: '#AA36CB'

red 170 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #AA36CB

Tints of Dark Orchid #AA36CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 39.81%
G = 12.65%
B = 47.54%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA36CB (or 0xAA36CB) is known color: Dark Orchid. HEX triplet: AA, 36 and CB. RGB value is (170,54,203). Sum of RGB (Red+Green+Blue) = 170+54+203=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA36CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA36CB is #55C934. Grayscale: #696969. Windows color (decimal): -5622069 or 13317802. OLE color: 13317802.

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

Color convert

RGB 170 54 203 -
CMYK 0.16 0.73 0 0.20
HSL 286.71º 0.59% 0.5% -
HSV(B) 286.71º 0.73% 0.8% -
XYZ 28.68 15.5 57.98 -
YUV 105.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 170 54 203 0.16 0.73 0 0.20 286.71 0.59 0.5
Hex AA 36 CB 10 49 0 14 11F 3B 32
Octal 252 66 313 20 111 0 24 437 73 62
Binary 10101010 110110 11001011 10000 1001001 0 10100 100011111 111011 110010

Color Harmonies of #AA36CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA36CB

Black with #AA36CB

Text Example


Text Example

White with #AA36CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA36CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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