Html Css Color HEX #A549EB Medium Orchid

📋 copy color: '#A549EB'

red 165 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #A549EB

Tints of Medium Orchid #A549EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 34.88%
G = 15.43%
B = 49.68%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A549EB (or 0xA549EB) is known color: Medium Orchid. HEX triplet: A5, 49 and EB. RGB value is (165,73,235). Sum of RGB (Red+Green+Blue) = 165+73+235=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #A549EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549EB is #5AB614. Grayscale: #767676. Windows color (decimal): -5944853 or 15419813. OLE color: 15419813.

HSL color Cylindrical-coordinate representation of color #A549EB: hue angle of 274.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A549EB is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 73 235 -
CMYK 0.30 0.69 0 0.08
HSL 274.07º 0.8% 0.6% -
HSV(B) 274.07º 0.69% 0.92% -
XYZ 32.89 18.76 80.49 -
YUV 118.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 165 73 235 0.30 0.69 0 0.08 274.07 0.8 0.6
Hex A5 49 EB 1E 45 0 8 112 50 3C
Octal 245 111 353 36 105 0 10 422 120 74
Binary 10100101 1001001 11101011 11110 1000101 0 1000 100010010 1010000 111100

Color Harmonies of #A549EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549EB

Black with #A549EB

Text Example


Text Example

White with #A549EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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