Html Css Color HEX #A01CC1 Dark Orchid

📋 copy color: '#A01CC1'

red 160 ◦ green 28 ◦ blue 193

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

Shades of Dark Orchid #A01CC1

Tints of Dark Orchid #A01CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.66%

R = 41.99%
G = 7.35%
B = 50.66%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A01CC1 (or 0xA01CC1) is known color: Dark Orchid. HEX triplet: A0, 1C and C1. RGB value is (160,28,193). Sum of RGB (Red+Green+Blue) = 160+28+193=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #A01CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CC1 is #5FE33E. Grayscale: #555555. Windows color (decimal): -6284095 or 12655776. OLE color: 12655776.

HSL color Cylindrical-coordinate representation of color #A01CC1: hue angle of 288º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01CC1 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 28 193 -
CMYK 0.17 0.85 0 0.24
HSL 288º 0.75% 0.43% -
HSV(B) 288º 0.85% 0.76% -
XYZ 24.54 12.15 51.5 -
YUV 86.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 160 28 193 0.17 0.85 0 0.24 288 0.75 0.43
Hex A0 1C C1 11 55 0 18 120 4B 2B
Octal 240 34 301 21 125 0 30 440 113 53
Binary 10100000 11100 11000001 10001 1010101 0 11000 100100000 1001011 101011

Color Harmonies of #A01CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CC1

Black with #A01CC1

Text Example


Text Example

White with #A01CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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