Html Css Color HEX #A949DA Medium Orchid

📋 copy color: '#A949DA'

red 169 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #A949DA

Tints of Medium Orchid #A949DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 36.74%
G = 15.87%
B = 47.39%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A949DA (or 0xA949DA) is known color: Medium Orchid. HEX triplet: A9, 49 and DA. RGB value is (169,73,218). Sum of RGB (Red+Green+Blue) = 169+73+218=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A949DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A949DA is #56B625. Grayscale: #757575. Windows color (decimal): -5682726 or 14305705. OLE color: 14305705.

HSL color Cylindrical-coordinate representation of color #A949DA: hue angle of 279.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A949DA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 73 218 -
CMYK 0.22 0.67 0 0.15
HSL 279.72º 0.66% 0.57% -
HSV(B) 279.72º 0.67% 0.85% -
XYZ 31.4 18.26 68.2 -
YUV 118.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 169 73 218 0.22 0.67 0 0.15 279.72 0.66 0.57
Hex A9 49 DA 16 43 0 F 118 42 39
Octal 251 111 332 26 103 0 17 430 102 71
Binary 10101001 1001001 11011010 10110 1000011 0 1111 100011000 1000010 111001

Color Harmonies of #A949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A949DA

Black with #A949DA

Text Example


Text Example

White with #A949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A949DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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