Html Css Color HEX #A142D1 Dark Orchid

📋 copy color: '#A142D1'

red 161 ◦ green 66 ◦ blue 209

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

Shades of Dark Orchid #A142D1

Tints of Dark Orchid #A142D1

RGB

 RED value IS 161 (63.28% from 255) = 36.93%

 GREEN value IS 66 (26.17% from 255) = 15.14%

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

R = 36.93%
G = 15.14%
B = 47.94%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A142D1 (or 0xA142D1) is known color: Dark Orchid. HEX triplet: A1, 42 and D1. RGB value is (161,66,209). Sum of RGB (Red+Green+Blue) = 161+66+209=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #A142D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142D1 is #5EBD2E. Grayscale: #6E6E6E. Windows color (decimal): -6208815 or 13714081. OLE color: 13714081.

HSL color Cylindrical-coordinate representation of color #A142D1: hue angle of 279.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A142D1 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 66 209 -
CMYK 0.23 0.68 0 0.18
HSL 279.86º 0.61% 0.54% -
HSV(B) 279.86º 0.68% 0.82% -
XYZ 28.15 16.08 61.94 -
YUV 110.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 161 66 209 0.23 0.68 0 0.18 279.86 0.61 0.54
Hex A1 42 D1 17 44 0 12 118 3D 36
Octal 241 102 321 27 104 0 22 430 75 66
Binary 10100001 1000010 11010001 10111 1000100 0 10010 100011000 111101 110110

Color Harmonies of #A142D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A142D1

Black with #A142D1

Text Example


Text Example

White with #A142D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A142D1; }

 p { color: rgb(161,66,209); }

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

background-color css

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

 a { background-color: rgb(161,66,209); }

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

border-color css

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

 span { border-color: rgb(161,66,209); }

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