Html Css Color HEX #A036CD Dark Orchid

📋 copy color: '#A036CD'

red 160 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A036CD

Tints of Dark Orchid #A036CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 38.19%
G = 12.89%
B = 48.93%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A036CD (or 0xA036CD) is known color: Dark Orchid. HEX triplet: A0, 36 and CD. RGB value is (160,54,205). Sum of RGB (Red+Green+Blue) = 160+54+205=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #A036CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036CD is #5FC932. Grayscale: #666666. Windows color (decimal): -6277427 or 13448864. OLE color: 13448864.

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

Color convert

RGB 160 54 205 -
CMYK 0.22 0.74 0 0.20
HSL 282.12º 0.6% 0.51% -
HSV(B) 282.12º 0.74% 0.8% -
XYZ 26.84 14.52 59.15 -
YUV 102.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 160 54 205 0.22 0.74 0 0.20 282.12 0.6 0.51
Hex A0 36 CD 16 4A 0 14 11A 3C 33
Octal 240 66 315 26 112 0 24 432 74 63
Binary 10100000 110110 11001101 10110 1001010 0 10100 100011010 111100 110011

Color Harmonies of #A036CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036CD

Black with #A036CD

Text Example


Text Example

White with #A036CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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