Html Css Color HEX #A949EE Medium Orchid

📋 copy color: '#A949EE'

red 169 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #A949EE

Tints of Medium Orchid #A949EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 35.21%
G = 15.21%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A949EE (or 0xA949EE) is known color: Medium Orchid. HEX triplet: A9, 49 and EE. RGB value is (169,73,238). Sum of RGB (Red+Green+Blue) = 169+73+238=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A949EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A949EE is #56B611. Grayscale: #777777. Windows color (decimal): -5682706 or 15616425. OLE color: 15616425.

HSL color Cylindrical-coordinate representation of color #A949EE: hue angle of 274.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A949EE is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 73 238 -
CMYK 0.29 0.69 0 0.07
HSL 274.91º 0.83% 0.61% -
HSV(B) 274.91º 0.69% 0.93% -
XYZ 34.18 19.37 82.83 -
YUV 120.51 194.3 162.58 -
System Red Green Blue C M Y K H S L
Decimal 169 73 238 0.29 0.69 0 0.07 274.91 0.83 0.61
Hex A9 49 EE 1D 45 0 7 113 53 3D
Octal 251 111 356 35 105 0 7 423 123 75
Binary 10101001 1001001 11101110 11101 1000101 0 111 100010011 1010011 111101

Color Harmonies of #A949EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949EE

Black with #A949EE

Text Example


Text Example

White with #A949EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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