Html Css Color HEX #A942D1 Dark Orchid

📋 copy color: '#A942D1'

red 169 ◦ green 66 ◦ blue 209

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

Shades of Dark Orchid #A942D1

Tints of Dark Orchid #A942D1

RGB

 RED value IS 169 (66.41% from 255) = 38.06%

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

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

R = 38.06%
G = 14.86%
B = 47.07%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A942D1 (or 0xA942D1) is known color: Dark Orchid. HEX triplet: A9, 42 and D1. RGB value is (169,66,209). Sum of RGB (Red+Green+Blue) = 169+66+209=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #A942D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942D1 is #56BD2E. Grayscale: #707070. Windows color (decimal): -5684527 or 13714089. OLE color: 13714089.

HSL color Cylindrical-coordinate representation of color #A942D1: hue angle of 283.22º 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 #A942D1 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 66 209 -
CMYK 0.19 0.68 0 0.18
HSL 283.22º 0.61% 0.54% -
HSV(B) 283.22º 0.68% 0.82% -
XYZ 29.82 16.93 62.02 -
YUV 113.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 169 66 209 0.19 0.68 0 0.18 283.22 0.61 0.54
Hex A9 42 D1 13 44 0 12 11B 3D 36
Octal 251 102 321 23 104 0 22 433 75 66
Binary 10101001 1000010 11010001 10011 1000100 0 10010 100011011 111101 110110

Color Harmonies of #A942D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A942D1

Black with #A942D1

Text Example


Text Example

White with #A942D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A942D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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