Html Css Color HEX #A846DB Medium Orchid

📋 copy color: '#A846DB'

red 168 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #A846DB

Tints of Medium Orchid #A846DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 36.76%
G = 15.32%
B = 47.92%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A846DB (or 0xA846DB) is known color: Medium Orchid. HEX triplet: A8, 46 and DB. RGB value is (168,70,219). Sum of RGB (Red+Green+Blue) = 168+70+219=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A846DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846DB is #57B924. Grayscale: #737373. Windows color (decimal): -5749029 or 14370472. OLE color: 14370472.

HSL color Cylindrical-coordinate representation of color #A846DB: hue angle of 279.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A846DB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 70 219 -
CMYK 0.23 0.68 0 0.14
HSL 279.46º 0.67% 0.57% -
HSV(B) 279.46º 0.68% 0.86% -
XYZ 31.12 17.82 68.82 -
YUV 116.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 168 70 219 0.23 0.68 0 0.14 279.46 0.67 0.57
Hex A8 46 DB 17 44 0 E 117 43 39
Octal 250 106 333 27 104 0 16 427 103 71
Binary 10101000 1000110 11011011 10111 1000100 0 1110 100010111 1000011 111001

Color Harmonies of #A846DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846DB

Black with #A846DB

Text Example


Text Example

White with #A846DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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