Html Css Color HEX #A846F1 Medium Orchid

📋 copy color: '#A846F1'

red 168 ◦ green 70 ◦ blue 241

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

Shades of Medium Orchid #A846F1

Tints of Medium Orchid #A846F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.31%

R = 35.07%
G = 14.61%
B = 50.31%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A846F1 (or 0xA846F1) is known color: Medium Orchid. HEX triplet: A8, 46 and F1. RGB value is (168,70,241). Sum of RGB (Red+Green+Blue) = 168+70+241=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #A846F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A846F1 is #57B90E. Grayscale: #767676. Windows color (decimal): -5749007 or 15812264. OLE color: 15812264.

HSL color Cylindrical-coordinate representation of color #A846F1: hue angle of 274.39º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A846F1 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 70 241 -
CMYK 0.30 0.71 0 0.05
HSL 274.39º 0.86% 0.61% -
HSV(B) 274.39º 0.71% 0.95% -
XYZ 34.22 19.06 85.09 -
YUV 118.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 168 70 241 0.30 0.71 0 0.05 274.39 0.86 0.61
Hex A8 46 F1 1E 47 0 5 112 56 3D
Octal 250 106 361 36 107 0 5 422 126 75
Binary 10101000 1000110 11110001 11110 1000111 0 101 100010010 1010110 111101

Color Harmonies of #A846F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846F1

Black with #A846F1

Text Example


Text Example

White with #A846F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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