Html Css Color HEX #A41FDC Dark Orchid

📋 copy color: '#A41FDC'

red 164 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #A41FDC

Tints of Dark Orchid #A41FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 39.52%
G = 7.47%
B = 53.01%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A41FDC (or 0xA41FDC) is known color: Dark Orchid. HEX triplet: A4, 1F and DC. RGB value is (164,31,220). Sum of RGB (Red+Green+Blue) = 164+31+220=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A41FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FDC is #5BE023. Grayscale: #5B5B5B. Windows color (decimal): -6021156 or 14426020. OLE color: 14426020.

HSL color Cylindrical-coordinate representation of color #A41FDC: hue angle of 282.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FDC is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 31 220 -
CMYK 0.25 0.86 0 0.14
HSL 282.22º 0.75% 0.49% -
HSV(B) 282.22º 0.86% 0.86% -
XYZ 28.72 14.04 68.91 -
YUV 92.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 164 31 220 0.25 0.86 0 0.14 282.22 0.75 0.49
Hex A4 1F DC 19 56 0 E 11A 4B 31
Octal 244 37 334 31 126 0 16 432 113 61
Binary 10100100 11111 11011100 11001 1010110 0 1110 100011010 1001011 110001

Color Harmonies of #A41FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FDC

Black with #A41FDC

Text Example


Text Example

White with #A41FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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