Html Css Color HEX #A846CB Medium Orchid

📋 copy color: '#A846CB'

red 168 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #A846CB

Tints of Medium Orchid #A846CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 38.1%
G = 15.87%
B = 46.03%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A846CB (or 0xA846CB) is known color: Medium Orchid. HEX triplet: A8, 46 and CB. RGB value is (168,70,203). Sum of RGB (Red+Green+Blue) = 168+70+203=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #A846CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A846CB is #57B934. Grayscale: #727272. Windows color (decimal): -5749045 or 13321896. OLE color: 13321896.

HSL color Cylindrical-coordinate representation of color #A846CB: hue angle of 284.21º degrees, saturation: 0.56, 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 #A846CB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 70 203 -
CMYK 0.17 0.66 0 0.20
HSL 284.21º 0.56% 0.54% -
HSV(B) 284.21º 0.66% 0.8% -
XYZ 29.12 17.02 58.25 -
YUV 114.46 177.97 166.19 -
System Red Green Blue C M Y K H S L
Decimal 168 70 203 0.17 0.66 0 0.20 284.21 0.56 0.54
Hex A8 46 CB 11 42 0 14 11C 38 36
Octal 250 106 313 21 102 0 24 434 70 66
Binary 10101000 1000110 11001011 10001 1000010 0 10100 100011100 111000 110110

Color Harmonies of #A846CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A846CB

Black with #A846CB

Text Example


Text Example

White with #A846CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A846CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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