Html Css Color HEX #A036BE Dark Orchid

📋 copy color: '#A036BE'

red 160 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #A036BE

Tints of Dark Orchid #A036BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 39.6%
G = 13.37%
B = 47.03%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A036BE (or 0xA036BE) is known color: Dark Orchid. HEX triplet: A0, 36 and BE. RGB value is (160,54,190). Sum of RGB (Red+Green+Blue) = 160+54+190=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #A036BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036BE is #5FC941. Grayscale: #646464. Windows color (decimal): -6277442 or 12465824. OLE color: 12465824.

HSL color Cylindrical-coordinate representation of color #A036BE: hue angle of 286.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A036BE is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 54 190 -
CMYK 0.16 0.72 0 0.25
HSL 286.76º 0.56% 0.48% -
HSV(B) 286.76º 0.72% 0.75% -
XYZ 25.11 13.83 50.06 -
YUV 101.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 160 54 190 0.16 0.72 0 0.25 286.76 0.56 0.48
Hex A0 36 BE 10 48 0 19 11F 38 30
Octal 240 66 276 20 110 0 31 437 70 60
Binary 10100000 110110 10111110 10000 1001000 0 11001 100011111 111000 110000

Color Harmonies of #A036BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036BE

Black with #A036BE

Text Example


Text Example

White with #A036BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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