Html Css Color HEX #A41EDA Dark Orchid

📋 copy color: '#A41EDA'

red 164 ◦ green 30 ◦ blue 218

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

Shades of Dark Orchid #A41EDA

Tints of Dark Orchid #A41EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 39.81%
G = 7.28%
B = 52.91%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A41EDA (or 0xA41EDA) is known color: Dark Orchid. HEX triplet: A4, 1E and DA. RGB value is (164,30,218). Sum of RGB (Red+Green+Blue) = 164+30+218=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A41EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EDA is #5BE125. Grayscale: #5A5A5A. Windows color (decimal): -6021414 or 14294692. OLE color: 14294692.

HSL color Cylindrical-coordinate representation of color #A41EDA: hue angle of 282.77º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41EDA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 30 218 -
CMYK 0.25 0.86 0 0.15
HSL 282.77º 0.76% 0.49% -
HSV(B) 282.77º 0.86% 0.85% -
XYZ 28.43 13.88 67.51 -
YUV 91.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 164 30 218 0.25 0.86 0 0.15 282.77 0.76 0.49
Hex A4 1E DA 19 56 0 F 11B 4C 31
Octal 244 36 332 31 126 0 17 433 114 61
Binary 10100100 11110 11011010 11001 1010110 0 1111 100011011 1001100 110001

Color Harmonies of #A41EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EDA

Black with #A41EDA

Text Example


Text Example

White with #A41EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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