Html Css Color HEX #A01FCD Dark Orchid

📋 copy color: '#A01FCD'

red 160 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #A01FCD

Tints of Dark Orchid #A01FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 40.4%
G = 7.83%
B = 51.77%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A01FCD (or 0xA01FCD) is known color: Dark Orchid. HEX triplet: A0, 1F and CD. RGB value is (160,31,205). Sum of RGB (Red+Green+Blue) = 160+31+205=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #A01FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FCD is #5FE032. Grayscale: #585858. Windows color (decimal): -6283315 or 13442976. OLE color: 13442976.

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

Color convert

RGB 160 31 205 -
CMYK 0.22 0.85 0 0.20
HSL 284.48º 0.74% 0.46% -
HSV(B) 284.48º 0.85% 0.8% -
XYZ 26.01 12.86 58.87 -
YUV 89.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 160 31 205 0.22 0.85 0 0.20 284.48 0.74 0.46
Hex A0 1F CD 16 55 0 14 11C 4A 2E
Octal 240 37 315 26 125 0 24 434 112 56
Binary 10100000 11111 11001101 10110 1010101 0 10100 100011100 1001010 101110

Color Harmonies of #A01FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FCD

Black with #A01FCD

Text Example


Text Example

White with #A01FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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