Html Css Color HEX #A41FCE Dark Orchid

📋 copy color: '#A41FCE'

red 164 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #A41FCE

Tints of Dark Orchid #A41FCE

RGB

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

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

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

R = 40.9%
G = 7.73%
B = 51.37%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41FCE (or 0xA41FCE) is known color: Dark Orchid. HEX triplet: A4, 1F and CE. RGB value is (164,31,206). Sum of RGB (Red+Green+Blue) = 164+31+206=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A41FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FCE is #5BE031. Grayscale: #5A5A5A. Windows color (decimal): -6021170 or 13508516. OLE color: 13508516.

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

Color convert

RGB 164 31 206 -
CMYK 0.20 0.85 0 0.19
HSL 285.6º 0.74% 0.46% -
HSV(B) 285.6º 0.85% 0.81% -
XYZ 26.94 13.33 59.55 -
YUV 90.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 164 31 206 0.20 0.85 0 0.19 285.6 0.74 0.46
Hex A4 1F CE 14 55 0 13 11E 4A 2E
Octal 244 37 316 24 125 0 23 436 112 56
Binary 10100100 11111 11001110 10100 1010101 0 10011 100011110 1001010 101110

Color Harmonies of #A41FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FCE

Black with #A41FCE

Text Example


Text Example

White with #A41FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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