Html Css Color HEX #A41DC0 Dark Orchid

📋 copy color: '#A41DC0'

red 164 ◦ green 29 ◦ blue 192

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

Shades of Dark Orchid #A41DC0

Tints of Dark Orchid #A41DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.87%

R = 42.6%
G = 7.53%
B = 49.87%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A41DC0 (or 0xA41DC0) is known color: Dark Orchid. HEX triplet: A4, 1D and C0. RGB value is (164,29,192). Sum of RGB (Red+Green+Blue) = 164+29+192=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #A41DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DC0 is #5BE23F. Grayscale: #575757. Windows color (decimal): -6021696 or 12590500. OLE color: 12590500.

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

Color convert

RGB 164 29 192 -
CMYK 0.15 0.85 0 0.25
HSL 289.69º 0.74% 0.43% -
HSV(B) 289.69º 0.85% 0.75% -
XYZ 25.26 12.58 50.97 -
YUV 87.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 164 29 192 0.15 0.85 0 0.25 289.69 0.74 0.43
Hex A4 1D C0 F 55 0 19 122 4A 2B
Octal 244 35 300 17 125 0 31 442 112 53
Binary 10100100 11101 11000000 1111 1010101 0 11001 100100010 1001010 101011

Color Harmonies of #A41DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DC0

Black with #A41DC0

Text Example


Text Example

White with #A41DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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