Html Css Color HEX #A548EC Medium Orchid

📋 copy color: '#A548EC'

red 165 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #A548EC

Tints of Medium Orchid #A548EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.22%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 34.88%
G = 15.22%
B = 49.89%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A548EC (or 0xA548EC) is known color: Medium Orchid. HEX triplet: A5, 48 and EC. RGB value is (165,72,236). Sum of RGB (Red+Green+Blue) = 165+72+236=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #A548EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A548EC is #5AB713. Grayscale: #757575. Windows color (decimal): -5945108 or 15485093. OLE color: 15485093.

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

Color convert

RGB 165 72 236 -
CMYK 0.30 0.69 0 0.07
HSL 274.02º 0.81% 0.6% -
HSV(B) 274.02º 0.69% 0.93% -
XYZ 32.97 18.69 81.23 -
YUV 118.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 165 72 236 0.30 0.69 0 0.07 274.02 0.81 0.6
Hex A5 48 EC 1E 45 0 7 112 51 3C
Octal 245 110 354 36 105 0 7 422 121 74
Binary 10100101 1001000 11101100 11110 1000101 0 111 100010010 1010001 111100

Color Harmonies of #A548EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548EC

Black with #A548EC

Text Example


Text Example

White with #A548EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548EC; }

 p { color: rgb(165,72,236); }

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

background-color css

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

 a { background-color: rgb(165,72,236); }

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

border-color css

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

 span { border-color: rgb(165,72,236); }

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