Html Css Color HEX #A41CE0 Dark Orchid

📋 copy color: '#A41CE0'

red 164 ◦ green 28 ◦ blue 224

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

Shades of Dark Orchid #A41CE0

Tints of Dark Orchid #A41CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.85%

R = 39.42%
G = 6.73%
B = 53.85%

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

#A41CE0 (or 0xA41CE0) is known color: Dark Orchid. HEX triplet: A4, 1C and E0. RGB value is (164,28,224). Sum of RGB (Red+Green+Blue) = 164+28+224=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #A41CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CE0 is #5BE31F. Grayscale: #5A5A5A. Windows color (decimal): -6021920 or 14687396. OLE color: 14687396.

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

Color convert

RGB 164 28 224 -
CMYK 0.27 0.88 0 0.12
HSL 281.63º 0.78% 0.49% -
HSV(B) 281.63º 0.88% 0.88% -
XYZ 29.18 14.1 71.71 -
YUV 91.01 203.06 180.06 -
System Red Green Blue C M Y K H S L
Decimal 164 28 224 0.27 0.88 0 0.12 281.63 0.78 0.49
Hex A4 1C E0 1B 58 0 C 11A 4E 31
Octal 244 34 340 33 130 0 14 432 116 61
Binary 10100100 11100 11100000 11011 1011000 0 1100 100011010 1001110 110001

Color Harmonies of #A41CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CE0

Black with #A41CE0

Text Example


Text Example

White with #A41CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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