Html Css Color HEX #A036DD Dark Orchid

📋 copy color: '#A036DD'

red 160 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #A036DD

Tints of Dark Orchid #A036DD

RGB

 RED value IS 160 (62.89% from 255) = 36.78%

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 36.78%
G = 12.41%
B = 50.8%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A036DD (or 0xA036DD) is known color: Dark Orchid. HEX triplet: A0, 36 and DD. RGB value is (160,54,221). Sum of RGB (Red+Green+Blue) = 160+54+221=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #A036DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036DD is #5FC922. Grayscale: #686868. Windows color (decimal): -6277411 or 14497440. OLE color: 14497440.

HSL color Cylindrical-coordinate representation of color #A036DD: hue angle of 278.08º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A036DD is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 54 221 -
CMYK 0.28 0.76 0 0.13
HSL 278.08º 0.71% 0.54% -
HSV(B) 278.08º 0.76% 0.87% -
XYZ 28.87 15.33 69.84 -
YUV 104.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 160 54 221 0.28 0.76 0 0.13 278.08 0.71 0.54
Hex A0 36 DD 1C 4C 0 D 116 47 36
Octal 240 66 335 34 114 0 15 426 107 66
Binary 10100000 110110 11011101 11100 1001100 0 1101 100010110 1000111 110110

Color Harmonies of #A036DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036DD

Black with #A036DD

Text Example


Text Example

White with #A036DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036DD; }

 p { color: rgb(160,54,221); }

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

background-color css

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

 a { background-color: rgb(160,54,221); }

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

border-color css

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

 span { border-color: rgb(160,54,221); }

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