Html Css Color HEX #A41AC1 Dark Orchid

📋 copy color: '#A41AC1'

red 164 ◦ green 26 ◦ blue 193

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

Shades of Dark Orchid #A41AC1

Tints of Dark Orchid #A41AC1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 193 (75.78% from 255) = 50.39%

R = 42.82%
G = 6.79%
B = 50.39%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A41AC1 (or 0xA41AC1) is known color: Dark Orchid. HEX triplet: A4, 1A and C1. RGB value is (164,26,193). Sum of RGB (Red+Green+Blue) = 164+26+193=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #A41AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41AC1 is #5BE53E. Grayscale: #555555. Windows color (decimal): -6022463 or 12655268. OLE color: 12655268.

HSL color Cylindrical-coordinate representation of color #A41AC1: hue angle of 289.58º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41AC1 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 26 193 -
CMYK 0.15 0.87 0 0.24
HSL 289.58º 0.76% 0.43% -
HSV(B) 289.58º 0.87% 0.76% -
XYZ 25.3 12.48 51.53 -
YUV 86.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 164 26 193 0.15 0.87 0 0.24 289.58 0.76 0.43
Hex A4 1A C1 F 57 0 18 122 4C 2B
Octal 244 32 301 17 127 0 30 442 114 53
Binary 10100100 11010 11000001 1111 1010111 0 11000 100100010 1001100 101011

Color Harmonies of #A41AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AC1

Black with #A41AC1

Text Example


Text Example

White with #A41AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AC1; }

 p { color: rgb(164,26,193); }

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

background-color css

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

 a { background-color: rgb(164,26,193); }

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

border-color css

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

 span { border-color: rgb(164,26,193); }

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