Html Css Color HEX #A41ACE Dark Orchid

📋 copy color: '#A41ACE'

red 164 ◦ green 26 ◦ blue 206

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

Shades of Dark Orchid #A41ACE

Tints of Dark Orchid #A41ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 41.41%
G = 6.57%
B = 52.02%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41ACE (or 0xA41ACE) is known color: Dark Orchid. HEX triplet: A4, 1A and CE. RGB value is (164,26,206). Sum of RGB (Red+Green+Blue) = 164+26+206=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A41ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ACE is #5BE531. Grayscale: #575757. Windows color (decimal): -6022450 or 13507236. OLE color: 13507236.

HSL color Cylindrical-coordinate representation of color #A41ACE: hue angle of 286º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41ACE is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 26 206 -
CMYK 0.20 0.87 0 0.19
HSL 286º 0.78% 0.45% -
HSV(B) 286º 0.87% 0.81% -
XYZ 26.82 13.09 59.51 -
YUV 87.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 164 26 206 0.20 0.87 0 0.19 286 0.78 0.45
Hex A4 1A CE 14 57 0 13 11E 4E 2D
Octal 244 32 316 24 127 0 23 436 116 55
Binary 10100100 11010 11001110 10100 1010111 0 10011 100011110 1001110 101101

Color Harmonies of #A41ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41ACE

Black with #A41ACE

Text Example


Text Example

White with #A41ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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