Html Css Color HEX #A549EE Medium Orchid

📋 copy color: '#A549EE'

red 165 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #A549EE

Tints of Medium Orchid #A549EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 34.66%
G = 15.34%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A549EE (or 0xA549EE) is known color: Medium Orchid. HEX triplet: A5, 49 and EE. RGB value is (165,73,238). Sum of RGB (Red+Green+Blue) = 165+73+238=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #A549EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549EE is #5AB611. Grayscale: #767676. Windows color (decimal): -5944850 or 15616421. OLE color: 15616421.

HSL color Cylindrical-coordinate representation of color #A549EE: hue angle of 273.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A549EE is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 73 238 -
CMYK 0.31 0.69 0 0.07
HSL 273.45º 0.83% 0.61% -
HSV(B) 273.45º 0.69% 0.93% -
XYZ 33.33 18.94 82.79 -
YUV 119.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 165 73 238 0.31 0.69 0 0.07 273.45 0.83 0.61
Hex A5 49 EE 1F 45 0 7 111 53 3D
Octal 245 111 356 37 105 0 7 421 123 75
Binary 10100101 1001001 11101110 11111 1000101 0 111 100010001 1010011 111101

Color Harmonies of #A549EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549EE

Black with #A549EE

Text Example


Text Example

White with #A549EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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