Html Css Color HEX #A41DC3 Dark Orchid

📋 copy color: '#A41DC3'

red 164 ◦ green 29 ◦ blue 195

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

Shades of Dark Orchid #A41DC3

Tints of Dark Orchid #A41DC3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.47%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 42.27%
G = 7.47%
B = 50.26%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A41DC3 (or 0xA41DC3) is known color: Dark Orchid. HEX triplet: A4, 1D and C3. RGB value is (164,29,195). Sum of RGB (Red+Green+Blue) = 164+29+195=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #A41DC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DC3 is #5BE23C. Grayscale: #575757. Windows color (decimal): -6021693 or 12787108. OLE color: 12787108.

HSL color Cylindrical-coordinate representation of color #A41DC3: hue angle of 288.8º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41DC3 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 29 195 -
CMYK 0.16 0.85 0 0.24
HSL 288.8º 0.74% 0.44% -
HSV(B) 288.8º 0.85% 0.76% -
XYZ 25.6 12.71 52.73 -
YUV 88.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 164 29 195 0.16 0.85 0 0.24 288.8 0.74 0.44
Hex A4 1D C3 10 55 0 18 121 4A 2C
Octal 244 35 303 20 125 0 30 441 112 54
Binary 10100100 11101 11000011 10000 1010101 0 11000 100100001 1001010 101100

Color Harmonies of #A41DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DC3

Black with #A41DC3

Text Example


Text Example

White with #A41DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DC3; }

 p { color: rgb(164,29,195); }

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

background-color css

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

 a { background-color: rgb(164,29,195); }

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

border-color css

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

 span { border-color: rgb(164,29,195); }

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