Html Css Color HEX #A949EA Medium Orchid

📋 copy color: '#A949EA'

red 169 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #A949EA

Tints of Medium Orchid #A949EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 35.5%
G = 15.34%
B = 49.16%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A949EA (or 0xA949EA) is known color: Medium Orchid. HEX triplet: A9, 49 and EA. RGB value is (169,73,234). Sum of RGB (Red+Green+Blue) = 169+73+234=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #A949EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949EA is #56B615. Grayscale: #777777. Windows color (decimal): -5682710 or 15354281. OLE color: 15354281.

HSL color Cylindrical-coordinate representation of color #A949EA: hue angle of 275.78º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A949EA is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 73 234 -
CMYK 0.28 0.69 0 0.08
HSL 275.78º 0.79% 0.6% -
HSV(B) 275.78º 0.69% 0.92% -
XYZ 33.6 19.14 79.77 -
YUV 120.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 169 73 234 0.28 0.69 0 0.08 275.78 0.79 0.6
Hex A9 49 EA 1C 45 0 8 114 4F 3C
Octal 251 111 352 34 105 0 10 424 117 74
Binary 10101001 1001001 11101010 11100 1000101 0 1000 100010100 1001111 111100

Color Harmonies of #A949EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949EA

Black with #A949EA

Text Example


Text Example

White with #A949EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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