Html Css Color HEX #A41FCD Dark Orchid

📋 copy color: '#A41FCD'

red 164 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #A41FCD

Tints of Dark Orchid #A41FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

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

R = 41%
G = 7.75%
B = 51.25%

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

#A41FCD (or 0xA41FCD) is known color: Dark Orchid. HEX triplet: A4, 1F and CD. RGB value is (164,31,205). Sum of RGB (Red+Green+Blue) = 164+31+205=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #A41FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCD is #5BE032. Grayscale: #5A5A5A. Windows color (decimal): -6021171 or 13442980. OLE color: 13442980.

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

Color convert

RGB 164 31 205 -
CMYK 0.2 0.85 0 0.20
HSL 285.86º 0.74% 0.46% -
HSV(B) 285.86º 0.85% 0.8% -
XYZ 26.82 13.28 58.91 -
YUV 90.6 192.56 180.35 -
System Red Green Blue C M Y K H S L
Decimal 164 31 205 0.2 0.85 0 0.20 285.86 0.74 0.46
Hex A4 1F CD 14 55 0 14 11E 4A 2E
Octal 244 37 315 24 125 0 24 436 112 56
Binary 10100100 11111 11001101 10100 1010101 0 10100 100011110 1001010 101110

Color Harmonies of #A41FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FCD

Black with #A41FCD

Text Example


Text Example

White with #A41FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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