Html Css Color HEX #A846CD Medium Orchid

📋 copy color: '#A846CD'

red 168 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #A846CD

Tints of Medium Orchid #A846CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.8%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 37.92%
G = 15.8%
B = 46.28%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A846CD (or 0xA846CD) is known color: Medium Orchid. HEX triplet: A8, 46 and CD. RGB value is (168,70,205). Sum of RGB (Red+Green+Blue) = 168+70+205=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #A846CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CD is #57B932. Grayscale: #727272. Windows color (decimal): -5749043 or 13452968. OLE color: 13452968.

HSL color Cylindrical-coordinate representation of color #A846CD: hue angle of 283.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A846CD is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 70 205 -
CMYK 0.18 0.66 0 0.20
HSL 283.56º 0.57% 0.54% -
HSV(B) 283.56º 0.66% 0.8% -
XYZ 29.36 17.11 59.51 -
YUV 114.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 168 70 205 0.18 0.66 0 0.20 283.56 0.57 0.54
Hex A8 46 CD 12 42 0 14 11C 39 36
Octal 250 106 315 22 102 0 24 434 71 66
Binary 10101000 1000110 11001101 10010 1000010 0 10100 100011100 111001 110110

Color Harmonies of #A846CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846CD

Black with #A846CD

Text Example


Text Example

White with #A846CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846CD; }

 p { color: rgb(168,70,205); }

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

background-color css

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

 a { background-color: rgb(168,70,205); }

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

border-color css

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

 span { border-color: rgb(168,70,205); }

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