Html Css Color HEX #A41EA9 Dark Orchid

📋 copy color: '#A41EA9'

red 164 ◦ green 30 ◦ blue 169

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

Shades of Dark Orchid #A41EA9

Tints of Dark Orchid #A41EA9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.26%

 BLUE value IS 169 (66.41% from 255) = 46.56%

R = 45.18%
G = 8.26%
B = 46.56%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A41EA9 (or 0xA41EA9) is known color: Dark Orchid. HEX triplet: A4, 1E and A9. RGB value is (164,30,169). Sum of RGB (Red+Green+Blue) = 164+30+169=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #A41EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EA9 is #5BE156. Grayscale: #555555. Windows color (decimal): -6021463 or 11083428. OLE color: 11083428.

HSL color Cylindrical-coordinate representation of color #A41EA9: hue angle of 297.84º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41EA9 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 30 169 -
CMYK 0.03 0.82 0 0.34
HSL 297.84º 0.7% 0.39% -
HSV(B) 297.84º 0.82% 0.66% -
XYZ 22.94 11.69 38.58 -
YUV 85.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 164 30 169 0.03 0.82 0 0.34 297.84 0.7 0.39
Hex A4 1E A9 3 52 0 22 12A 46 27
Octal 244 36 251 3 122 0 42 452 106 47
Binary 10100100 11110 10101001 11 1010010 0 100010 100101010 1000110 100111

Color Harmonies of #A41EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EA9

Black with #A41EA9

Text Example


Text Example

White with #A41EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EA9; }

 p { color: rgb(164,30,169); }

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

background-color css

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

 a { background-color: rgb(164,30,169); }

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

border-color css

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

 span { border-color: rgb(164,30,169); }

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