Html Css Color HEX #A41ECD Dark Orchid

📋 copy color: '#A41ECD'

red 164 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #A41ECD

Tints of Dark Orchid #A41ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.52%

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

R = 41.1%
G = 7.52%
B = 51.38%

CMYK

 C value IS 0.2

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A41ECD (or 0xA41ECD) is known color: Dark Orchid. HEX triplet: A4, 1E and CD. RGB value is (164,30,205). Sum of RGB (Red+Green+Blue) = 164+30+205=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #A41ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ECD is #5BE132. Grayscale: #595959. Windows color (decimal): -6021427 or 13442724. OLE color: 13442724.

HSL color Cylindrical-coordinate representation of color #A41ECD: hue angle of 285.94º 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 #A41ECD is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 30 205 -
CMYK 0.2 0.85 0 0.20
HSL 285.94º 0.74% 0.46% -
HSV(B) 285.94º 0.85% 0.8% -
XYZ 26.79 13.23 58.9 -
YUV 90.02 192.89 180.77 -
System Red Green Blue C M Y K H S L
Decimal 164 30 205 0.2 0.85 0 0.20 285.94 0.74 0.46
Hex A4 1E CD 14 55 0 14 11E 4A 2E
Octal 244 36 315 24 125 0 24 436 112 56
Binary 10100100 11110 11001101 10100 1010101 0 10100 100011110 1001010 101110

Color Harmonies of #A41ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41ECD

Black with #A41ECD

Text Example


Text Example

White with #A41ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41ECD; }

 p { color: rgb(164,30,205); }

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

background-color css

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

 a { background-color: rgb(164,30,205); }

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

border-color css

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

 span { border-color: rgb(164,30,205); }

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