Html Css Color HEX #A41DC1 Dark Orchid

📋 copy color: '#A41DC1'

red 164 ◦ green 29 ◦ blue 193

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

Shades of Dark Orchid #A41DC1

Tints of Dark Orchid #A41DC1

RGB

 RED value IS 164 (64.45% from 255) = 42.49%

 GREEN value IS 29 (11.72% from 255) = 7.51%

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

R = 42.49%
G = 7.51%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A41DC1 (or 0xA41DC1) is known color: Dark Orchid. HEX triplet: A4, 1D and C1. RGB value is (164,29,193). Sum of RGB (Red+Green+Blue) = 164+29+193=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #A41DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DC1 is #5BE23E. Grayscale: #575757. Windows color (decimal): -6021695 or 12656036. OLE color: 12656036.

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

Color convert

RGB 164 29 193 -
CMYK 0.15 0.85 0 0.24
HSL 289.39º 0.74% 0.44% -
HSV(B) 289.39º 0.85% 0.76% -
XYZ 25.37 12.62 51.55 -
YUV 88.06 187.23 182.16 -
System Red Green Blue C M Y K H S L
Decimal 164 29 193 0.15 0.85 0 0.24 289.39 0.74 0.44
Hex A4 1D C1 F 55 0 18 121 4A 2C
Octal 244 35 301 17 125 0 30 441 112 54
Binary 10100100 11101 11000001 1111 1010101 0 11000 100100001 1001010 101100

Color Harmonies of #A41DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DC1

Black with #A41DC1

Text Example


Text Example

White with #A41DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DC1; }

 p { color: rgb(164,29,193); }

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

background-color css

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

 a { background-color: rgb(164,29,193); }

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

border-color css

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

 span { border-color: rgb(164,29,193); }

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