Html Css Color HEX #A141C1 Dark Orchid

📋 copy color: '#A141C1'

red 161 ◦ green 65 ◦ blue 193

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

Shades of Dark Orchid #A141C1

Tints of Dark Orchid #A141C1

RGB

 RED value IS 161 (63.28% from 255) = 38.42%

 GREEN value IS 65 (25.78% from 255) = 15.51%

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

R = 38.42%
G = 15.51%
B = 46.06%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A141C1 (or 0xA141C1) is known color: Dark Orchid. HEX triplet: A1, 41 and C1. RGB value is (161,65,193). Sum of RGB (Red+Green+Blue) = 161+65+193=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #A141C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141C1 is #5EBE3E. Grayscale: #6B6B6B. Windows color (decimal): -6209087 or 12665249. OLE color: 12665249.

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

Color convert

RGB 161 65 193 -
CMYK 0.17 0.66 0 0.24
HSL 285º 0.51% 0.51% -
HSV(B) 285º 0.66% 0.76% -
XYZ 26.21 15.21 52.01 -
YUV 108.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 161 65 193 0.17 0.66 0 0.24 285 0.51 0.51
Hex A1 41 C1 11 42 0 18 11D 33 33
Octal 241 101 301 21 102 0 30 435 63 63
Binary 10100001 1000001 11000001 10001 1000010 0 11000 100011101 110011 110011

Color Harmonies of #A141C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A141C1

Black with #A141C1

Text Example


Text Example

White with #A141C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A141C1; }

 p { color: rgb(161,65,193); }

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

background-color css

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

 a { background-color: rgb(161,65,193); }

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

border-color css

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

 span { border-color: rgb(161,65,193); }

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