Html Css Color HEX #A549DA Medium Orchid

📋 copy color: '#A549DA'

red 165 ◦ green 73 ◦ blue 218

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

Shades of Medium Orchid #A549DA

Tints of Medium Orchid #A549DA

RGB

 RED value IS 165 (64.84% from 255) = 36.18%

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

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

R = 36.18%
G = 16.01%
B = 47.81%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A549DA (or 0xA549DA) is known color: Medium Orchid. HEX triplet: A5, 49 and DA. RGB value is (165,73,218). Sum of RGB (Red+Green+Blue) = 165+73+218=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #A549DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549DA is #5AB625. Grayscale: #747474. Windows color (decimal): -5944870 or 14305701. OLE color: 14305701.

HSL color Cylindrical-coordinate representation of color #A549DA: hue angle of 278.07º 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 #A549DA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 73 218 -
CMYK 0.24 0.67 0 0.15
HSL 278.07º 0.66% 0.57% -
HSV(B) 278.07º 0.67% 0.85% -
XYZ 30.55 17.83 68.16 -
YUV 117.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 165 73 218 0.24 0.67 0 0.15 278.07 0.66 0.57
Hex A5 49 DA 18 43 0 F 116 42 39
Octal 245 111 332 30 103 0 17 426 102 71
Binary 10100101 1001001 11011010 11000 1000011 0 1111 100010110 1000010 111001

Color Harmonies of #A549DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549DA

Black with #A549DA

Text Example


Text Example

White with #A549DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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