Html Css Color HEX #A41CC6 Dark Orchid

📋 copy color: '#A41CC6'

red 164 ◦ green 28 ◦ blue 198

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

Shades of Dark Orchid #A41CC6

Tints of Dark Orchid #A41CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.77%

R = 42.05%
G = 7.18%
B = 50.77%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A41CC6 (or 0xA41CC6) is known color: Dark Orchid. HEX triplet: A4, 1C and C6. RGB value is (164,28,198). Sum of RGB (Red+Green+Blue) = 164+28+198=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #A41CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CC6 is #5BE339. Grayscale: #575757. Windows color (decimal): -6021946 or 12983460. OLE color: 12983460.

HSL color Cylindrical-coordinate representation of color #A41CC6: hue angle of 288º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41CC6 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 28 198 -
CMYK 0.17 0.86 0 0.22
HSL 288º 0.75% 0.44% -
HSV(B) 288º 0.86% 0.78% -
XYZ 25.92 12.8 54.53 -
YUV 88.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 164 28 198 0.17 0.86 0 0.22 288 0.75 0.44
Hex A4 1C C6 11 56 0 16 120 4B 2C
Octal 244 34 306 21 126 0 26 440 113 54
Binary 10100100 11100 11000110 10001 1010110 0 10110 100100000 1001011 101100

Color Harmonies of #A41CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CC6

Black with #A41CC6

Text Example


Text Example

White with #A41CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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