Html Css Color HEX #A41CCE Dark Orchid

📋 copy color: '#A41CCE'

red 164 ◦ green 28 ◦ blue 206

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

Shades of Dark Orchid #A41CCE

Tints of Dark Orchid #A41CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 41.21%
G = 7.04%
B = 51.76%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41CCE (or 0xA41CCE) is known color: Dark Orchid. HEX triplet: A4, 1C and CE. RGB value is (164,28,206). Sum of RGB (Red+Green+Blue) = 164+28+206=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A41CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CCE is #5BE331. Grayscale: #585858. Windows color (decimal): -6021938 or 13507748. OLE color: 13507748.

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

Color convert

RGB 164 28 206 -
CMYK 0.20 0.86 0 0.19
HSL 285.84º 0.76% 0.46% -
HSV(B) 285.84º 0.86% 0.81% -
XYZ 26.87 13.18 59.52 -
YUV 88.96 194.06 181.53 -
System Red Green Blue C M Y K H S L
Decimal 164 28 206 0.20 0.86 0 0.19 285.84 0.76 0.46
Hex A4 1C CE 14 56 0 13 11E 4C 2E
Octal 244 34 316 24 126 0 23 436 114 56
Binary 10100100 11100 11001110 10100 1010110 0 10011 100011110 1001100 101110

Color Harmonies of #A41CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CCE

Black with #A41CCE

Text Example


Text Example

White with #A41CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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