Html Css Color HEX #A01CDF Dark Orchid

📋 copy color: '#A01CDF'

red 160 ◦ green 28 ◦ blue 223

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

Shades of Dark Orchid #A01CDF

Tints of Dark Orchid #A01CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 223 (87.5% from 255) = 54.26%

R = 38.93%
G = 6.81%
B = 54.26%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01CDF (or 0xA01CDF) is known color: Dark Orchid. HEX triplet: A0, 1C and DF. RGB value is (160,28,223). Sum of RGB (Red+Green+Blue) = 160+28+223=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #A01CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDF is #5FE320. Grayscale: #595959. Windows color (decimal): -6284065 or 14621856. OLE color: 14621856.

HSL color Cylindrical-coordinate representation of color #A01CDF: hue angle of 280.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01CDF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 28 223 -
CMYK 0.28 0.87 0 0.13
HSL 280.62º 0.78% 0.49% -
HSV(B) 280.62º 0.87% 0.87% -
XYZ 28.23 13.63 70.96 -
YUV 89.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 160 28 223 0.28 0.87 0 0.13 280.62 0.78 0.49
Hex A0 1C DF 1C 57 0 D 119 4E 31
Octal 240 34 337 34 127 0 15 431 116 61
Binary 10100000 11100 11011111 11100 1010111 0 1101 100011001 1001110 110001

Color Harmonies of #A01CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CDF

Black with #A01CDF

Text Example


Text Example

White with #A01CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CDF; }

 p { color: rgb(160,28,223); }

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

background-color css

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

 a { background-color: rgb(160,28,223); }

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

border-color css

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

 span { border-color: rgb(160,28,223); }

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