Html Css Color HEX #A41EAC Dark Orchid

📋 copy color: '#A41EAC'

red 164 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A41EAC

Tints of Dark Orchid #A41EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 44.81%
G = 8.2%
B = 46.99%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41EAC (or 0xA41EAC) is known color: Dark Orchid. HEX triplet: A4, 1E and AC. RGB value is (164,30,172). Sum of RGB (Red+Green+Blue) = 164+30+172=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41EAC is #5BE153. Grayscale: #555555. Windows color (decimal): -6021460 or 11280036. OLE color: 11280036.

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

Color convert

RGB 164 30 172 -
CMYK 0.05 0.83 0 0.33
HSL 296.62º 0.7% 0.4% -
HSV(B) 296.62º 0.83% 0.67% -
XYZ 23.22 11.8 40.08 -
YUV 86.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 164 30 172 0.05 0.83 0 0.33 296.62 0.7 0.4
Hex A4 1E AC 5 53 0 21 129 46 28
Octal 244 36 254 5 123 0 41 451 106 50
Binary 10100100 11110 10101100 101 1010011 0 100001 100101001 1000110 101000

Color Harmonies of #A41EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EAC

Black with #A41EAC

Text Example


Text Example

White with #A41EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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