Html Css Color HEX #A41EBE Dark Orchid

📋 copy color: '#A41EBE'

red 164 ◦ green 30 ◦ blue 190

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

Shades of Dark Orchid #A41EBE

Tints of Dark Orchid #A41EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 42.71%
G = 7.81%
B = 49.48%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A41EBE (or 0xA41EBE) is known color: Dark Orchid. HEX triplet: A4, 1E and BE. RGB value is (164,30,190). Sum of RGB (Red+Green+Blue) = 164+30+190=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #A41EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EBE is #5BE141. Grayscale: #575757. Windows color (decimal): -6021442 or 12459684. OLE color: 12459684.

HSL color Cylindrical-coordinate representation of color #A41EBE: hue angle of 290.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41EBE is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 30 190 -
CMYK 0.14 0.84 0 0.25
HSL 290.25º 0.73% 0.43% -
HSV(B) 290.25º 0.84% 0.75% -
XYZ 25.07 12.54 49.81 -
YUV 88.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 164 30 190 0.14 0.84 0 0.25 290.25 0.73 0.43
Hex A4 1E BE E 54 0 19 122 49 2B
Octal 244 36 276 16 124 0 31 442 111 53
Binary 10100100 11110 10111110 1110 1010100 0 11001 100100010 1001001 101011

Color Harmonies of #A41EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EBE

Black with #A41EBE

Text Example


Text Example

White with #A41EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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