Html Css Color HEX #A036CE Dark Orchid

📋 copy color: '#A036CE'

red 160 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #A036CE

Tints of Dark Orchid #A036CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 38.1%
G = 12.86%
B = 49.05%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A036CE (or 0xA036CE) is known color: Dark Orchid. HEX triplet: A0, 36 and CE. RGB value is (160,54,206). Sum of RGB (Red+Green+Blue) = 160+54+206=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A036CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036CE is #5FC931. Grayscale: #666666. Windows color (decimal): -6277426 or 13514400. OLE color: 13514400.

HSL color Cylindrical-coordinate representation of color #A036CE: hue angle of 281.84º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A036CE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 54 206 -
CMYK 0.22 0.74 0 0.19
HSL 281.84º 0.61% 0.51% -
HSV(B) 281.84º 0.74% 0.81% -
XYZ 26.96 14.57 59.78 -
YUV 103.02 186.12 168.64 -
System Red Green Blue C M Y K H S L
Decimal 160 54 206 0.22 0.74 0 0.19 281.84 0.61 0.51
Hex A0 36 CE 16 4A 0 13 11A 3D 33
Octal 240 66 316 26 112 0 23 432 75 63
Binary 10100000 110110 11001110 10110 1001010 0 10011 100011010 111101 110011

Color Harmonies of #A036CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036CE

Black with #A036CE

Text Example


Text Example

White with #A036CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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