Html Css Color HEX #A41CE1 Dark Orchid

📋 copy color: '#A41CE1'

red 164 ◦ green 28 ◦ blue 225

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

Shades of Dark Orchid #A41CE1

Tints of Dark Orchid #A41CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.71%

 BLUE value IS 225 (88.28% from 255) = 53.96%

R = 39.33%
G = 6.71%
B = 53.96%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A41CE1 (or 0xA41CE1) is known color: Dark Orchid. HEX triplet: A4, 1C and E1. RGB value is (164,28,225). Sum of RGB (Red+Green+Blue) = 164+28+225=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #A41CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CE1 is #5BE31E. Grayscale: #5A5A5A. Windows color (decimal): -6021919 or 14752932. OLE color: 14752932.

HSL color Cylindrical-coordinate representation of color #A41CE1: hue angle of 281.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CE1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 164 28 225 -
CMYK 0.27 0.88 0 0.12
HSL 281.42º 0.78% 0.5% -
HSV(B) 281.42º 0.88% 0.88% -
XYZ 29.32 14.16 72.42 -
YUV 91.12 203.56 179.98 -
System Red Green Blue C M Y K H S L
Decimal 164 28 225 0.27 0.88 0 0.12 281.42 0.78 0.5
Hex A4 1C E1 1B 58 0 C 119 4E 32
Octal 244 34 341 33 130 0 14 431 116 62
Binary 10100100 11100 11100001 11011 1011000 0 1100 100011001 1001110 110010

Color Harmonies of #A41CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CE1

Black with #A41CE1

Text Example


Text Example

White with #A41CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CE1; }

 p { color: rgb(164,28,225); }

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

background-color css

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

 a { background-color: rgb(164,28,225); }

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

border-color css

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

 span { border-color: rgb(164,28,225); }

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