Html Css Color HEX #A949CF Medium Orchid

📋 copy color: '#A949CF'

red 169 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #A949CF

Tints of Medium Orchid #A949CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 37.64%
G = 16.26%
B = 46.1%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A949CF (or 0xA949CF) is known color: Medium Orchid. HEX triplet: A9, 49 and CF. RGB value is (169,73,207). Sum of RGB (Red+Green+Blue) = 169+73+207=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #A949CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949CF is #56B630. Grayscale: #747474. Windows color (decimal): -5682737 or 13584809. OLE color: 13584809.

HSL color Cylindrical-coordinate representation of color #A949CF: hue angle of 282.99º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A949CF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 73 207 -
CMYK 0.18 0.65 0 0.19
HSL 282.99º 0.58% 0.55% -
HSV(B) 282.99º 0.65% 0.81% -
XYZ 30.01 17.71 60.87 -
YUV 116.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 169 73 207 0.18 0.65 0 0.19 282.99 0.58 0.55
Hex A9 49 CF 12 41 0 13 11B 3A 37
Octal 251 111 317 22 101 0 23 433 72 67
Binary 10101001 1001001 11001111 10010 1000001 0 10011 100011011 111010 110111

Color Harmonies of #A949CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949CF

Black with #A949CF

Text Example


Text Example

White with #A949CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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