Html Css Color HEX #A41DAE Dark Orchid

📋 copy color: '#A41DAE'

red 164 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #A41DAE

Tints of Dark Orchid #A41DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.41%

R = 44.69%
G = 7.9%
B = 47.41%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A41DAE (or 0xA41DAE) is known color: Dark Orchid. HEX triplet: A4, 1D and AE. RGB value is (164,29,174). Sum of RGB (Red+Green+Blue) = 164+29+174=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #A41DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41DAE is #5BE251. Grayscale: #555555. Windows color (decimal): -6021714 or 11410852. OLE color: 11410852.

HSL color Cylindrical-coordinate representation of color #A41DAE: hue angle of 295.86º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41DAE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 29 174 -
CMYK 0.06 0.83 0 0.32
HSL 295.86º 0.71% 0.4% -
HSV(B) 295.86º 0.83% 0.68% -
XYZ 23.39 11.83 41.09 -
YUV 85.9 177.73 183.71 -
System Red Green Blue C M Y K H S L
Decimal 164 29 174 0.06 0.83 0 0.32 295.86 0.71 0.4
Hex A4 1D AE 6 53 0 20 128 47 28
Octal 244 35 256 6 123 0 40 450 107 50
Binary 10100100 11101 10101110 110 1010011 0 100000 100101000 1000111 101000

Color Harmonies of #A41DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DAE

Black with #A41DAE

Text Example


Text Example

White with #A41DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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