Html Css Color HEX #A944D3 Dark Orchid

📋 copy color: '#A944D3'

red 169 ◦ green 68 ◦ blue 211

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

Shades of Dark Orchid #A944D3

Tints of Dark Orchid #A944D3

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.18%

 BLUE value IS 211 (82.81% from 255) = 47.1%

R = 37.72%
G = 15.18%
B = 47.1%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A944D3 (or 0xA944D3) is known color: Dark Orchid. HEX triplet: A9, 44 and D3. RGB value is (169,68,211). Sum of RGB (Red+Green+Blue) = 169+68+211=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #A944D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944D3 is #56BB2C. Grayscale: #727272. Windows color (decimal): -5684013 or 13845673. OLE color: 13845673.

HSL color Cylindrical-coordinate representation of color #A944D3: hue angle of 282.38º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A944D3 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 169 68 211 -
CMYK 0.20 0.68 0 0.17
HSL 282.38º 0.62% 0.55% -
HSV(B) 282.38º 0.68% 0.83% -
XYZ 30.19 17.27 63.37 -
YUV 114.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 169 68 211 0.20 0.68 0 0.17 282.38 0.62 0.55
Hex A9 44 D3 14 44 0 11 11A 3E 37
Octal 251 104 323 24 104 0 21 432 76 67
Binary 10101001 1000100 11010011 10100 1000100 0 10001 100011010 111110 110111

Color Harmonies of #A944D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A944D3

Black with #A944D3

Text Example


Text Example

White with #A944D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A944D3; }

 p { color: rgb(169,68,211); }

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

background-color css

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

 a { background-color: rgb(169,68,211); }

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

border-color css

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

 span { border-color: rgb(169,68,211); }

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