Html Css Color HEX #A01FCE Dark Orchid

📋 copy color: '#A01FCE'

red 160 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #A01FCE

Tints of Dark Orchid #A01FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 40.3%
G = 7.81%
B = 51.89%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01FCE (or 0xA01FCE) is known color: Dark Orchid. HEX triplet: A0, 1F and CE. RGB value is (160,31,206). Sum of RGB (Red+Green+Blue) = 160+31+206=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FCE is #5FE031. Grayscale: #585858. Windows color (decimal): -6283314 or 13508512. OLE color: 13508512.

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

Color convert

RGB 160 31 206 -
CMYK 0.22 0.85 0 0.19
HSL 284.23º 0.74% 0.46% -
HSV(B) 284.23º 0.85% 0.81% -
XYZ 26.13 12.91 59.51 -
YUV 89.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 160 31 206 0.22 0.85 0 0.19 284.23 0.74 0.46
Hex A0 1F CE 16 55 0 13 11C 4A 2E
Octal 240 37 316 26 125 0 23 434 112 56
Binary 10100000 11111 11001110 10110 1010101 0 10011 100011100 1001010 101110

Color Harmonies of #A01FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FCE

Black with #A01FCE

Text Example


Text Example

White with #A01FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FCE; }

 p { color: rgb(160,31,206); }

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

background-color css

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

 a { background-color: rgb(160,31,206); }

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

border-color css

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

 span { border-color: rgb(160,31,206); }

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