Html Css Color HEX #A036C3 Dark Orchid

📋 copy color: '#A036C3'

red 160 ◦ green 54 ◦ blue 195

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

Shades of Dark Orchid #A036C3

Tints of Dark Orchid #A036C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.68%

R = 39.12%
G = 13.2%
B = 47.68%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A036C3 (or 0xA036C3) is known color: Dark Orchid. HEX triplet: A0, 36 and C3. RGB value is (160,54,195). Sum of RGB (Red+Green+Blue) = 160+54+195=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #A036C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A036C3 is #5FC93C. Grayscale: #656565. Windows color (decimal): -6277437 or 12793504. OLE color: 12793504.

HSL color Cylindrical-coordinate representation of color #A036C3: hue angle of 285.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A036C3 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 54 195 -
CMYK 0.18 0.72 0 0.24
HSL 285.11º 0.57% 0.49% -
HSV(B) 285.11º 0.72% 0.76% -
XYZ 25.67 14.05 52.99 -
YUV 101.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 160 54 195 0.18 0.72 0 0.24 285.11 0.57 0.49
Hex A0 36 C3 12 48 0 18 11D 39 31
Octal 240 66 303 22 110 0 30 435 71 61
Binary 10100000 110110 11000011 10010 1001000 0 11000 100011101 111001 110001

Color Harmonies of #A036C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A036C3

Black with #A036C3

Text Example


Text Example

White with #A036C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A036C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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