Html Css Color HEX #A942D9 Dark Orchid

📋 copy color: '#A942D9'

red 169 ◦ green 66 ◦ blue 217

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

Shades of Dark Orchid #A942D9

Tints of Dark Orchid #A942D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 37.39%
G = 14.6%
B = 48.01%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A942D9 (or 0xA942D9) is known color: Dark Orchid. HEX triplet: A9, 42 and D9. RGB value is (169,66,217). Sum of RGB (Red+Green+Blue) = 169+66+217=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #A942D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942D9 is #56BD26. Grayscale: #717171. Windows color (decimal): -5684519 or 14238377. OLE color: 14238377.

HSL color Cylindrical-coordinate representation of color #A942D9: hue angle of 280.93º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A942D9 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 66 217 -
CMYK 0.22 0.70 0 0.15
HSL 280.93º 0.67% 0.55% -
HSV(B) 280.93º 0.7% 0.85% -
XYZ 30.83 17.34 67.37 -
YUV 114.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 169 66 217 0.22 0.70 0 0.15 280.93 0.67 0.55
Hex A9 42 D9 16 46 0 F 119 43 37
Octal 251 102 331 26 106 0 17 431 103 67
Binary 10101001 1000010 11011001 10110 1000110 0 1111 100011001 1000011 110111

Color Harmonies of #A942D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A942D9

Black with #A942D9

Text Example


Text Example

White with #A942D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A942D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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