Html Css Color HEX #A01DC5 Dark Orchid

📋 copy color: '#A01DC5'

red 160 ◦ green 29 ◦ blue 197

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

Shades of Dark Orchid #A01DC5

Tints of Dark Orchid #A01DC5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.51%

 BLUE value IS 197 (77.34% from 255) = 51.04%

R = 41.45%
G = 7.51%
B = 51.04%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A01DC5 (or 0xA01DC5) is known color: Dark Orchid. HEX triplet: A0, 1D and C5. RGB value is (160,29,197). Sum of RGB (Red+Green+Blue) = 160+29+197=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 197 (77.34% from 255 or 51.04% from 386); Max value from RGB is 197 - color contains mainly: blue. Hex color #A01DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DC5 is #5FE23A. Grayscale: #565656. Windows color (decimal): -6283835 or 12918176. OLE color: 12918176.

HSL color Cylindrical-coordinate representation of color #A01DC5: hue angle of 286.79º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01DC5 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 29 197 -
CMYK 0.19 0.85 0 0.23
HSL 286.79º 0.74% 0.44% -
HSV(B) 286.79º 0.85% 0.77% -
XYZ 25.01 12.38 53.9 -
YUV 87.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 160 29 197 0.19 0.85 0 0.23 286.79 0.74 0.44
Hex A0 1D C5 13 55 0 17 11F 4A 2C
Octal 240 35 305 23 125 0 27 437 112 54
Binary 10100000 11101 11000101 10011 1010101 0 10111 100011111 1001010 101100

Color Harmonies of #A01DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DC5

Black with #A01DC5

Text Example


Text Example

White with #A01DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DC5; }

 p { color: rgb(160,29,197); }

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

background-color css

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

 a { background-color: rgb(160,29,197); }

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

border-color css

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

 span { border-color: rgb(160,29,197); }

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