Html Css Color HEX #A01DC8 Dark Orchid

📋 copy color: '#A01DC8'

red 160 ◦ green 29 ◦ blue 200

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

Shades of Dark Orchid #A01DC8

Tints of Dark Orchid #A01DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.41%

R = 41.13%
G = 7.46%
B = 51.41%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A01DC8 (or 0xA01DC8) is known color: Dark Orchid. HEX triplet: A0, 1D and C8. RGB value is (160,29,200). Sum of RGB (Red+Green+Blue) = 160+29+200=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #A01DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DC8 is #5FE237. Grayscale: #575757. Windows color (decimal): -6283832 or 13114784. OLE color: 13114784.

HSL color Cylindrical-coordinate representation of color #A01DC8: hue angle of 285.96º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01DC8 is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 29 200 -
CMYK 0.2 0.86 0 0.22
HSL 285.96º 0.75% 0.45% -
HSV(B) 285.96º 0.86% 0.78% -
XYZ 25.36 12.52 55.72 -
YUV 87.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 160 29 200 0.2 0.86 0 0.22 285.96 0.75 0.45
Hex A0 1D C8 14 56 0 16 11E 4B 2D
Octal 240 35 310 24 126 0 26 436 113 55
Binary 10100000 11101 11001000 10100 1010110 0 10110 100011110 1001011 101101

Color Harmonies of #A01DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DC8

Black with #A01DC8

Text Example


Text Example

White with #A01DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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