Html Css Color HEX #A949DF Medium Orchid

📋 copy color: '#A949DF'

red 169 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #A949DF

Tints of Medium Orchid #A949DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.7%

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 36.34%
G = 15.7%
B = 47.96%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A949DF (or 0xA949DF) is known color: Medium Orchid. HEX triplet: A9, 49 and DF. RGB value is (169,73,223). Sum of RGB (Red+Green+Blue) = 169+73+223=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A949DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949DF is #56B620. Grayscale: #767676. Windows color (decimal): -5682721 or 14633385. OLE color: 14633385.

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

Color convert

RGB 169 73 223 -
CMYK 0.24 0.67 0 0.13
HSL 278.4º 0.7% 0.58% -
HSV(B) 278.4º 0.67% 0.87% -
XYZ 32.06 18.53 71.7 -
YUV 118.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 169 73 223 0.24 0.67 0 0.13 278.4 0.7 0.58
Hex A9 49 DF 18 43 0 D 116 46 3A
Octal 251 111 337 30 103 0 15 426 106 72
Binary 10101001 1001001 11011111 11000 1000011 0 1101 100010110 1000110 111010

Color Harmonies of #A949DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949DF

Black with #A949DF

Text Example


Text Example

White with #A949DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949DF; }

 p { color: rgb(169,73,223); }

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

background-color css

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

 a { background-color: rgb(169,73,223); }

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

border-color css

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

 span { border-color: rgb(169,73,223); }

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