Html Css Color HEX #A41CCD Dark Orchid

📋 copy color: '#A41CCD'

red 164 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #A41CCD

Tints of Dark Orchid #A41CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

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

R = 41.31%
G = 7.05%
B = 51.64%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A41CCD (or 0xA41CCD) is known color: Dark Orchid. HEX triplet: A4, 1C and CD. RGB value is (164,28,205). Sum of RGB (Red+Green+Blue) = 164+28+205=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #A41CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CCD is #5BE332. Grayscale: #585858. Windows color (decimal): -6021939 or 13442212. OLE color: 13442212.

HSL color Cylindrical-coordinate representation of color #A41CCD: hue angle of 286.1º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41CCD is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 28 205 -
CMYK 0.2 0.86 0 0.20
HSL 286.1º 0.76% 0.46% -
HSV(B) 286.1º 0.86% 0.8% -
XYZ 26.74 13.13 58.88 -
YUV 88.84 193.56 181.61 -
System Red Green Blue C M Y K H S L
Decimal 164 28 205 0.2 0.86 0 0.20 286.1 0.76 0.46
Hex A4 1C CD 14 56 0 14 11E 4C 2E
Octal 244 34 315 24 126 0 24 436 114 56
Binary 10100100 11100 11001101 10100 1010110 0 10100 100011110 1001100 101110

Color Harmonies of #A41CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CCD

Black with #A41CCD

Text Example


Text Example

White with #A41CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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