Html Css Color HEX #A549D4 Medium Orchid

📋 copy color: '#A549D4'

red 165 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #A549D4

Tints of Medium Orchid #A549D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.11%

R = 36.67%
G = 16.22%
B = 47.11%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A549D4 (or 0xA549D4) is known color: Medium Orchid. HEX triplet: A5, 49 and D4. RGB value is (165,73,212). Sum of RGB (Red+Green+Blue) = 165+73+212=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 212 (83.20% from 255 or 47.11% from 450); Max value from RGB is 212 - color contains mainly: blue. Hex color #A549D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549D4 is #5AB62B. Grayscale: #737373. Windows color (decimal): -5944876 or 13912485. OLE color: 13912485.

HSL color Cylindrical-coordinate representation of color #A549D4: hue angle of 279.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A549D4 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 73 212 -
CMYK 0.22 0.66 0 0.17
HSL 279.71º 0.62% 0.56% -
HSV(B) 279.71º 0.66% 0.83% -
XYZ 29.78 17.52 64.1 -
YUV 116.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 165 73 212 0.22 0.66 0 0.17 279.71 0.62 0.56
Hex A5 49 D4 16 42 0 11 118 3E 38
Octal 245 111 324 26 102 0 21 430 76 70
Binary 10100101 1001001 11010100 10110 1000010 0 10001 100011000 111110 111000

Color Harmonies of #A549D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549D4

Black with #A549D4

Text Example


Text Example

White with #A549D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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