Html Css Color HEX #A944DE Medium Orchid

📋 copy color: '#A944DE'

red 169 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #A944DE

Tints of Medium Orchid #A944DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 36.82%
G = 14.81%
B = 48.37%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A944DE (or 0xA944DE) is known color: Medium Orchid. HEX triplet: A9, 44 and DE. RGB value is (169,68,222). Sum of RGB (Red+Green+Blue) = 169+68+222=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #A944DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944DE is #56BB21. Grayscale: #737373. Windows color (decimal): -5684002 or 14566569. OLE color: 14566569.

HSL color Cylindrical-coordinate representation of color #A944DE: hue angle of 279.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A944DE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 68 222 -
CMYK 0.24 0.69 0 0.13
HSL 279.35º 0.7% 0.57% -
HSV(B) 279.35º 0.69% 0.87% -
XYZ 31.61 17.84 70.89 -
YUV 115.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 169 68 222 0.24 0.69 0 0.13 279.35 0.7 0.57
Hex A9 44 DE 18 45 0 D 117 46 39
Octal 251 104 336 30 105 0 15 427 106 71
Binary 10101001 1000100 11011110 11000 1000101 0 1101 100010111 1000110 111001

Color Harmonies of #A944DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A944DE

Black with #A944DE

Text Example


Text Example

White with #A944DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A944DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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