Html Css Color HEX #A42ED1 Dark Orchid

📋 copy color: '#A42ED1'

red 164 ◦ green 46 ◦ blue 209

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

Shades of Dark Orchid #A42ED1

Tints of Dark Orchid #A42ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

 BLUE value IS 209 (82.03% from 255) = 49.88%

R = 39.14%
G = 10.98%
B = 49.88%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A42ED1 (or 0xA42ED1) is known color: Dark Orchid. HEX triplet: A4, 2E and D1. RGB value is (164,46,209). Sum of RGB (Red+Green+Blue) = 164+46+209=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #A42ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ED1 is #5BD12E. Grayscale: #636363. Windows color (decimal): -6017327 or 13708964. OLE color: 13708964.

HSL color Cylindrical-coordinate representation of color #A42ED1: hue angle of 283.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42ED1 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 46 209 -
CMYK 0.22 0.78 0 0.18
HSL 283.44º 0.64% 0.5% -
HSV(B) 283.44º 0.78% 0.82% -
XYZ 27.8 14.45 61.65 -
YUV 99.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 164 46 209 0.22 0.78 0 0.18 283.44 0.64 0.5
Hex A4 2E D1 16 4E 0 12 11B 40 32
Octal 244 56 321 26 116 0 22 433 100 62
Binary 10100100 101110 11010001 10110 1001110 0 10010 100011011 1000000 110010

Color Harmonies of #A42ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ED1

Black with #A42ED1

Text Example


Text Example

White with #A42ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ED1; }

 p { color: rgb(164,46,209); }

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

background-color css

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

 a { background-color: rgb(164,46,209); }

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

border-color css

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

 span { border-color: rgb(164,46,209); }

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