Html Css Color HEX #A41DDA Dark Orchid

📋 copy color: '#A41DDA'

red 164 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #A41DDA

Tints of Dark Orchid #A41DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 39.9%
G = 7.06%
B = 53.04%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A41DDA (or 0xA41DDA) is known color: Dark Orchid. HEX triplet: A4, 1D and DA. RGB value is (164,29,218). Sum of RGB (Red+Green+Blue) = 164+29+218=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41DDA is #5BE225. Grayscale: #5A5A5A. Windows color (decimal): -6021670 or 14294436. OLE color: 14294436.

HSL color Cylindrical-coordinate representation of color #A41DDA: hue angle of 282.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41DDA is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 29 218 -
CMYK 0.25 0.87 0 0.15
HSL 282.86º 0.77% 0.48% -
HSV(B) 282.86º 0.87% 0.85% -
XYZ 28.4 13.83 67.5 -
YUV 90.91 199.73 180.13 -
System Red Green Blue C M Y K H S L
Decimal 164 29 218 0.25 0.87 0 0.15 282.86 0.77 0.48
Hex A4 1D DA 19 57 0 F 11B 4D 30
Octal 244 35 332 31 127 0 17 433 115 60
Binary 10100100 11101 11011010 11001 1010111 0 1111 100011011 1001101 110000

Color Harmonies of #A41DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DDA

Black with #A41DDA

Text Example


Text Example

White with #A41DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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