Html Css Color HEX #A848EC Medium Orchid

📋 copy color: '#A848EC'

red 168 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #A848EC

Tints of Medium Orchid #A848EC

RGB

 RED value IS 168 (66.02% from 255) = 35.29%

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

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

R = 35.29%
G = 15.13%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A848EC (or 0xA848EC) is known color: Medium Orchid. HEX triplet: A8, 48 and EC. RGB value is (168,72,236). Sum of RGB (Red+Green+Blue) = 168+72+236=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #A848EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A848EC is #57B713. Grayscale: #767676. Windows color (decimal): -5748500 or 15485096. OLE color: 15485096.

HSL color Cylindrical-coordinate representation of color #A848EC: hue angle of 275.12º 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 #A848EC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 72 236 -
CMYK 0.29 0.69 0 0.07
HSL 275.12º 0.81% 0.6% -
HSV(B) 275.12º 0.69% 0.93% -
XYZ 33.61 19.02 81.26 -
YUV 119.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 168 72 236 0.29 0.69 0 0.07 275.12 0.81 0.6
Hex A8 48 EC 1D 45 0 7 113 51 3C
Octal 250 110 354 35 105 0 7 423 121 74
Binary 10101000 1001000 11101100 11101 1000101 0 111 100010011 1010001 111100

Color Harmonies of #A848EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A848EC

Black with #A848EC

Text Example


Text Example

White with #A848EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A848EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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