Html Css Color HEX #A549D6 Medium Orchid

📋 copy color: '#A549D6'

red 165 ◦ green 73 ◦ blue 214

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

Shades of Medium Orchid #A549D6

Tints of Medium Orchid #A549D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 36.5%
G = 16.15%
B = 47.35%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A549D6 (or 0xA549D6) is known color: Medium Orchid. HEX triplet: A5, 49 and D6. RGB value is (165,73,214). Sum of RGB (Red+Green+Blue) = 165+73+214=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #A549D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549D6 is #5AB629. Grayscale: #747474. Windows color (decimal): -5944874 or 14043557. OLE color: 14043557.

HSL color Cylindrical-coordinate representation of color #A549D6: hue angle of 279.15º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A549D6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 73 214 -
CMYK 0.23 0.66 0 0.16
HSL 279.15º 0.63% 0.56% -
HSV(B) 279.15º 0.66% 0.84% -
XYZ 30.04 17.62 65.44 -
YUV 116.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 165 73 214 0.23 0.66 0 0.16 279.15 0.63 0.56
Hex A5 49 D6 17 42 0 10 117 3F 38
Octal 245 111 326 27 102 0 20 427 77 70
Binary 10100101 1001001 11010110 10111 1000010 0 10000 100010111 111111 111000

Color Harmonies of #A549D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549D6

Black with #A549D6

Text Example


Text Example

White with #A549D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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