Html Css Color HEX #A41DAA Dark Orchid

📋 copy color: '#A41DAA'

red 164 ◦ green 29 ◦ blue 170

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

Shades of Dark Orchid #A41DAA

Tints of Dark Orchid #A41DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 45.18%
G = 7.99%
B = 46.83%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41DAA (or 0xA41DAA) is known color: Dark Orchid. HEX triplet: A4, 1D and AA. RGB value is (164,29,170). Sum of RGB (Red+Green+Blue) = 164+29+170=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #A41DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41DAA is #5BE255. Grayscale: #555555. Windows color (decimal): -6021718 or 11148708. OLE color: 11148708.

HSL color Cylindrical-coordinate representation of color #A41DAA: hue angle of 297.45º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41DAA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 29 170 -
CMYK 0.04 0.83 0 0.33
HSL 297.45º 0.71% 0.39% -
HSV(B) 297.45º 0.83% 0.67% -
XYZ 23 11.67 39.07 -
YUV 85.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 164 29 170 0.04 0.83 0 0.33 297.45 0.71 0.39
Hex A4 1D AA 4 53 0 21 129 47 27
Octal 244 35 252 4 123 0 41 451 107 47
Binary 10100100 11101 10101010 100 1010011 0 100001 100101001 1000111 100111

Color Harmonies of #A41DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DAA

Black with #A41DAA

Text Example


Text Example

White with #A41DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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