Html Css Color HEX #A41FAC Dark Orchid

📋 copy color: '#A41FAC'

red 164 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #A41FAC

Tints of Dark Orchid #A41FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

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

R = 44.69%
G = 8.45%
B = 46.87%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A41FAC (or 0xA41FAC) is known color: Dark Orchid. HEX triplet: A4, 1F and AC. RGB value is (164,31,172). Sum of RGB (Red+Green+Blue) = 164+31+172=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41FAC is #5BE053. Grayscale: #565656. Windows color (decimal): -6021204 or 11280292. OLE color: 11280292.

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

Color convert

RGB 164 31 172 -
CMYK 0.05 0.82 0 0.33
HSL 296.6º 0.69% 0.4% -
HSV(B) 296.6º 0.82% 0.67% -
XYZ 23.25 11.85 40.09 -
YUV 86.84 176.06 183.04 -
System Red Green Blue C M Y K H S L
Decimal 164 31 172 0.05 0.82 0 0.33 296.6 0.69 0.4
Hex A4 1F AC 5 52 0 21 129 45 28
Octal 244 37 254 5 122 0 41 451 105 50
Binary 10100100 11111 10101100 101 1010010 0 100001 100101001 1000101 101000

Color Harmonies of #A41FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FAC

Black with #A41FAC

Text Example


Text Example

White with #A41FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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