Html Css Color HEX #A949F9 Medium Orchid

📋 copy color: '#A949F9'

red 169 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #A949F9

Tints of Medium Orchid #A949F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 34.42%
G = 14.87%
B = 50.71%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A949F9 (or 0xA949F9) is known color: Medium Orchid. HEX triplet: A9, 49 and F9. RGB value is (169,73,249). Sum of RGB (Red+Green+Blue) = 169+73+249=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #A949F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949F9 is #56B606. Grayscale: #797979. Windows color (decimal): -5682695 or 16337321. OLE color: 16337321.

HSL color Cylindrical-coordinate representation of color #A949F9: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A949F9 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 73 249 -
CMYK 0.32 0.71 0 0.02
HSL 272.73º 0.94% 0.63% -
HSV(B) 272.73º 0.71% 0.98% -
XYZ 35.84 20.04 91.6 -
YUV 121.77 199.8 161.69 -
System Red Green Blue C M Y K H S L
Decimal 169 73 249 0.32 0.71 0 0.02 272.73 0.94 0.63
Hex A9 49 F9 20 47 0 2 111 5E 3F
Octal 251 111 371 40 107 0 2 421 136 77
Binary 10101001 1001001 11111001 100000 1000111 0 10 100010001 1011110 111111

Color Harmonies of #A949F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949F9

Black with #A949F9

Text Example


Text Example

White with #A949F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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