Html Css Color HEX #A846DD Medium Orchid

📋 copy color: '#A846DD'

red 168 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #A846DD

Tints of Medium Orchid #A846DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 36.6%
G = 15.25%
B = 48.15%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A846DD (or 0xA846DD) is known color: Medium Orchid. HEX triplet: A8, 46 and DD. RGB value is (168,70,221). Sum of RGB (Red+Green+Blue) = 168+70+221=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A846DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846DD is #57B922. Grayscale: #747474. Windows color (decimal): -5749027 or 14501544. OLE color: 14501544.

HSL color Cylindrical-coordinate representation of color #A846DD: hue angle of 278.94º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A846DD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 70 221 -
CMYK 0.24 0.68 0 0.13
HSL 278.94º 0.69% 0.57% -
HSV(B) 278.94º 0.68% 0.87% -
XYZ 31.39 17.93 70.21 -
YUV 116.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 168 70 221 0.24 0.68 0 0.13 278.94 0.69 0.57
Hex A8 46 DD 18 44 0 D 117 45 39
Octal 250 106 335 30 104 0 15 427 105 71
Binary 10101000 1000110 11011101 11000 1000100 0 1101 100010111 1000101 111001

Color Harmonies of #A846DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846DD

Black with #A846DD

Text Example


Text Example

White with #A846DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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