Html Css Color HEX #A949E5 Medium Orchid

📋 copy color: '#A949E5'

red 169 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #A949E5

Tints of Medium Orchid #A949E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 35.88%
G = 15.5%
B = 48.62%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A949E5 (or 0xA949E5) is known color: Medium Orchid. HEX triplet: A9, 49 and E5. RGB value is (169,73,229). Sum of RGB (Red+Green+Blue) = 169+73+229=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #A949E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949E5 is #56B61A. Grayscale: #767676. Windows color (decimal): -5682715 or 15026601. OLE color: 15026601.

HSL color Cylindrical-coordinate representation of color #A949E5: hue angle of 276.92º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A949E5 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 73 229 -
CMYK 0.26 0.68 0 0.10
HSL 276.92º 0.75% 0.59% -
HSV(B) 276.92º 0.68% 0.9% -
XYZ 32.89 18.86 76.04 -
YUV 119.49 189.8 163.32 -
System Red Green Blue C M Y K H S L
Decimal 169 73 229 0.26 0.68 0 0.10 276.92 0.75 0.59
Hex A9 49 E5 1A 44 0 A 115 4B 3B
Octal 251 111 345 32 104 0 12 425 113 73
Binary 10101001 1001001 11100101 11010 1000100 0 1010 100010101 1001011 111011

Color Harmonies of #A949E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949E5

Black with #A949E5

Text Example


Text Example

White with #A949E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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