Html Css Color HEX #A41ECF Dark Orchid

📋 copy color: '#A41ECF'

red 164 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #A41ECF

Tints of Dark Orchid #A41ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.48%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 40.9%
G = 7.48%
B = 51.62%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A41ECF (or 0xA41ECF) is known color: Dark Orchid. HEX triplet: A4, 1E and CF. RGB value is (164,30,207). Sum of RGB (Red+Green+Blue) = 164+30+207=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A41ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ECF is #5BE130. Grayscale: #595959. Windows color (decimal): -6021425 or 13573796. OLE color: 13573796.

HSL color Cylindrical-coordinate representation of color #A41ECF: hue angle of 285.42º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41ECF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 30 207 -
CMYK 0.21 0.86 0 0.19
HSL 285.42º 0.75% 0.46% -
HSV(B) 285.42º 0.86% 0.81% -
XYZ 27.04 13.33 60.18 -
YUV 90.24 193.89 180.61 -
System Red Green Blue C M Y K H S L
Decimal 164 30 207 0.21 0.86 0 0.19 285.42 0.75 0.46
Hex A4 1E CF 15 56 0 13 11D 4B 2E
Octal 244 36 317 25 126 0 23 435 113 56
Binary 10100100 11110 11001111 10101 1010110 0 10011 100011101 1001011 101110

Color Harmonies of #A41ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41ECF

Black with #A41ECF

Text Example


Text Example

White with #A41ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41ECF; }

 p { color: rgb(164,30,207); }

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

background-color css

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

 a { background-color: rgb(164,30,207); }

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

border-color css

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

 span { border-color: rgb(164,30,207); }

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